Skip to content
This repository was archived by the owner on Oct 10, 2025. It is now read-only.

Commit 423f6e1

Browse files
authored
Update grammar for v0.11.2 (#325)
1 parent a153bc3 commit 423f6e1

File tree

7 files changed

+4724
-4610
lines changed

7 files changed

+4724
-4610
lines changed

kuzu

Submodule kuzu updated 181 files

src/utils/CypherParser/Cypher.interp

Lines changed: 4 additions & 1 deletion
Large diffs are not rendered by default.

src/utils/CypherParser/Cypher.tokens

Lines changed: 33 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -154,32 +154,33 @@ WSHORTEST=153
154154
XOR=154
155155
SINGLE=155
156156
YIELD=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

src/utils/CypherParser/CypherLexer.interp

Lines changed: 4 additions & 1 deletion
Large diffs are not rendered by default.

src/utils/CypherParser/CypherLexer.tokens

Lines changed: 33 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -154,32 +154,33 @@ WSHORTEST=153
154154
XOR=154
155155
SINGLE=155
156156
YIELD=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

0 commit comments

Comments
 (0)