This repository was archived by the owner on Oct 10, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +4724
-4610
lines changed
Expand file tree Collapse file tree 7 files changed +4724
-4610
lines changed Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -154,32 +154,33 @@ WSHORTEST=153
154154XOR=154
155155SINGLE=155
156156YIELD=156
157- DECIMAL=157
158- STAR=158
159- L_SKIP=159
160- INVALID_NOT_EQUAL=160
161- COLON=161
162- MINUS=162
163- FACTORIAL=163
164- StringLiteral=164
165- EscapedChar=165
166- DecimalInteger=166
167- HexLetter=167
168- HexDigit=168
169- Digit=169
170- NonZeroDigit=170
171- NonZeroOctDigit=171
172- ZeroDigit=172
173- ExponentDecimalReal=173
174- RegularDecimalReal=174
175- UnescapedSymbolicName=175
176- IdentifierStart=176
177- IdentifierPart=177
178- EscapedSymbolicName=178
179- SP=179
180- WHITESPACE=180
181- CypherComment=181
182- Unknown=182
157+ USER=157
158+ DECIMAL=158
159+ STAR=159
160+ L_SKIP=160
161+ INVALID_NOT_EQUAL=161
162+ COLON=162
163+ MINUS=163
164+ FACTORIAL=164
165+ StringLiteral=165
166+ EscapedChar=166
167+ DecimalInteger=167
168+ HexLetter=168
169+ HexDigit=169
170+ Digit=170
171+ NonZeroDigit=171
172+ NonZeroOctDigit=172
173+ ZeroDigit=173
174+ ExponentDecimalReal=174
175+ RegularDecimalReal=175
176+ UnescapedSymbolicName=176
177+ IdentifierStart=177
178+ IdentifierPart=178
179+ EscapedSymbolicName=179
180+ SP=180
181+ WHITESPACE=181
182+ CypherComment=182
183+ Unknown=183
183184';'=1
184185'('=2
185186')'=3
@@ -225,9 +226,9 @@ Unknown=182
225226'\ufe58'=43
226227'\ufe63'=44
227228'\uff0d'=45
228- '*'=158
229- '!='=160
230- ':'=161
231- '-'=162
232- '!'=163
233- '0'=172
229+ '*'=159
230+ '!='=161
231+ ':'=162
232+ '-'=163
233+ '!'=164
234+ '0'=173
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -154,32 +154,33 @@ WSHORTEST=153
154154XOR=154
155155SINGLE=155
156156YIELD=156
157- DECIMAL=157
158- STAR=158
159- L_SKIP=159
160- INVALID_NOT_EQUAL=160
161- COLON=161
162- MINUS=162
163- FACTORIAL=163
164- StringLiteral=164
165- EscapedChar=165
166- DecimalInteger=166
167- HexLetter=167
168- HexDigit=168
169- Digit=169
170- NonZeroDigit=170
171- NonZeroOctDigit=171
172- ZeroDigit=172
173- ExponentDecimalReal=173
174- RegularDecimalReal=174
175- UnescapedSymbolicName=175
176- IdentifierStart=176
177- IdentifierPart=177
178- EscapedSymbolicName=178
179- SP=179
180- WHITESPACE=180
181- CypherComment=181
182- Unknown=182
157+ USER=157
158+ DECIMAL=158
159+ STAR=159
160+ L_SKIP=160
161+ INVALID_NOT_EQUAL=161
162+ COLON=162
163+ MINUS=163
164+ FACTORIAL=164
165+ StringLiteral=165
166+ EscapedChar=166
167+ DecimalInteger=167
168+ HexLetter=168
169+ HexDigit=169
170+ Digit=170
171+ NonZeroDigit=171
172+ NonZeroOctDigit=172
173+ ZeroDigit=173
174+ ExponentDecimalReal=174
175+ RegularDecimalReal=175
176+ UnescapedSymbolicName=176
177+ IdentifierStart=177
178+ IdentifierPart=178
179+ EscapedSymbolicName=179
180+ SP=180
181+ WHITESPACE=181
182+ CypherComment=182
183+ Unknown=183
183184';'=1
184185'('=2
185186')'=3
@@ -225,9 +226,9 @@ Unknown=182
225226'\ufe58'=43
226227'\ufe63'=44
227228'\uff0d'=45
228- '*'=158
229- '!='=160
230- ':'=161
231- '-'=162
232- '!'=163
233- '0'=172
229+ '*'=159
230+ '!='=161
231+ ':'=162
232+ '-'=163
233+ '!'=164
234+ '0'=173
You can’t perform that action at this time.
0 commit comments