From 692d66ba7eb0ff55a46b68601b7cd81f825653cb Mon Sep 17 00:00:00 2001 From: Chimrod <> Date: Thu, 8 Aug 2024 10:20:24 +0200 Subject: Created a dedicated file for the single line instruction --- lib/qparser/expression_parser.messages | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lib/qparser/expression_parser.messages') diff --git a/lib/qparser/expression_parser.messages b/lib/qparser/expression_parser.messages index 6d32f16..b708d36 100644 --- a/lib/qparser/expression_parser.messages +++ b/lib/qparser/expression_parser.messages @@ -23,10 +23,6 @@ main: LOCATION_START EOL ACT IDENT COLUMN EOL LOCATION_END A block starting with `ACT` is not closed by `END` If there are nested blocks, the error will points the highest block. -main: LOCATION_START EOL IF IDENT COLUMN ELSE R_PAREN - - Too manies instructions on a single line. - main: LOCATION_START EOL IF IDENT COLUMN EOL IDENT AMPERSAND LOCATION_END Unclosed `IF` block. Another block ends before the `END` instruction. -- cgit v1.2.3