48 lines
791 B
JavaScript
48 lines
791 B
JavaScript
// This file was generated by lezer-generator. You probably shouldn't edit it.
|
|
export const
|
|
Script = 1,
|
|
Boolean = 2,
|
|
Word = 3,
|
|
Nil = 6,
|
|
String = 7,
|
|
Number = 8,
|
|
Keyword = 9,
|
|
Tuple = 10,
|
|
List = 11,
|
|
Splat = 12,
|
|
Set = 13,
|
|
Dict = 14,
|
|
Struct = 15,
|
|
Synthetic = 16,
|
|
Args = 17,
|
|
Placeholder = 18,
|
|
Fn_Lambda = 19,
|
|
Fn_Clause = 20,
|
|
Tuple_Pattern = 21,
|
|
Pattern = 22,
|
|
List_Pattern = 23,
|
|
Splattern = 24,
|
|
Dict_Pattern = 25,
|
|
Assoc_Pattern = 26,
|
|
Struct_Pattern = 27,
|
|
Recur = 28,
|
|
Block = 29,
|
|
If = 30,
|
|
If_Let = 31,
|
|
Match = 32,
|
|
Match_Clause = 33,
|
|
Else = 34,
|
|
When = 35,
|
|
When_Clause = 36,
|
|
Loop = 37,
|
|
Fn_Clauses = 38,
|
|
Repeat = 39,
|
|
Each = 40,
|
|
Let = 41,
|
|
Ref = 42,
|
|
Fn_Named = 43,
|
|
Fn_Compound = 44,
|
|
Import = 45,
|
|
Use = 46,
|
|
Ns = 47
|