diff options
author | Chimrod <> | 2023-10-15 18:23:01 +0200 |
---|---|---|
committer | Chimrod <> | 2023-10-15 19:04:36 +0200 |
commit | a7e382aa2b31a4ec044bda12155818c22b33d989 (patch) | |
tree | 2aa25c8ba2d5653c677ce62c5515cc5c0c98ff6f /lib/qparser | |
parent | 617d2ee554ccf502c718391aa05b7b72668b83e7 (diff) |
New errors reported
Diffstat (limited to 'lib/qparser')
-rw-r--r-- | lib/qparser/expression_parser.messages | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/qparser/expression_parser.messages b/lib/qparser/expression_parser.messages index a493067..eb13846 100644 --- a/lib/qparser/expression_parser.messages +++ b/lib/qparser/expression_parser.messages @@ -302,3 +302,8 @@ main: LOCATION_START EOL SET IDENT DECR INTEGER SET main: LOCATION_START EOL LET IDENT DECR INTEGER SET Missing separator between instructions + +main: LOCATION_START EOL IF STAR +main: LOCATION_START EOL IDENT DECR STAR + +Missing operand |