Skip to content

Commit f07efb5

Browse files
committed
Sort token list
1 parent c19db76 commit f07efb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

parser.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515
]
1616
],
1717
"tokens": [
18+
"AND",
1819
"CLOSE",
1920
"COLON",
2021
"EXCEPTION",
2122
"LICENSE",
2223
"LICENSEREF",
2324
"OPEN",
24-
"PLUS",
25-
"AND",
2625
"OR",
26+
"PLUS",
2727
"WITH"
2828
],
2929
"start": "start",

0 commit comments

Comments
 (0)