Skip to content
Snippets Groups Projects
Verified Commit d598ac5d authored by Rajmund Hruška's avatar Rajmund Hruška
Browse files

Refactor: Remove unused terminal definition

parent 24cb3b9e
No related branches found
No related tags found
No related merge requests found
Pipeline #19630 passed
...@@ -103,7 +103,6 @@ class Parser: ...@@ -103,7 +103,6 @@ class Parser:
STRING: /"([^"]+)"|\'([^\']+)\'/ STRING: /"([^"]+)"|\'([^\']+)\'/
VARIABLE: /\.?[_a-zA-Z][-_a-zA-Z0-9]*(?:\.?[a-zA-Z][-_a-zA-Z0-9]*)*/ VARIABLE: /\.?[_a-zA-Z][-_a-zA-Z0-9]*(?:\.?[a-zA-Z][-_a-zA-Z0-9]*)*/
FUNCTION.2: /[_a-zA-Z][_a-zA-Z0-9]*\(/ FUNCTION.2: /[_a-zA-Z][_a-zA-Z0-9]*\(/
NUMBER_RANGE.2: /(-?\d+(\.\d+)?)\s*(\.\.)\s*(-?\d+(\.\d+)?)/
%import common.WS %import common.WS
%ignore WS %ignore WS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment