diff options
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. |