diff options
author | Chimrod <> | 2024-08-08 10:20:24 +0200 |
---|---|---|
committer | Chimrod <> | 2024-08-12 21:35:00 +0200 |
commit | 692d66ba7eb0ff55a46b68601b7cd81f825653cb (patch) | |
tree | a84409684c912c8c49dc49e3225b70f313c41c39 /lib/qparser/expression_parser.messages | |
parent | 976f80ed226e53625cd807539b9336f52f6eb091 (diff) |
Created a dedicated file for the single line instruction
Diffstat (limited to 'lib/qparser/expression_parser.messages')
-rw-r--r-- | lib/qparser/expression_parser.messages | 4 |
1 files changed, 0 insertions, 4 deletions
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. |