mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-20 08:15:22 +00:00
11 lines
217 B
TypeScript
11 lines
217 B
TypeScript
|
|
// This file was generated by lezer-generator. You probably shouldn't edit it.
|
||
|
|
export const
|
||
|
|
negate = 24,
|
||
|
|
Program = 1,
|
||
|
|
OrExpr = 2,
|
||
|
|
AndExpr = 3,
|
||
|
|
NegateExpr = 4,
|
||
|
|
PrefixExpr = 5,
|
||
|
|
ParenExpr = 19,
|
||
|
|
Term = 20
|