lezer-ludus/parser.terms.js

49 lines
796 B
JavaScript

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