Files
hakorune/grammar/unified-grammar.toml

23 lines
384 B
TOML
Raw Normal View History

[keywords.me]
token = "ME"
[keywords.from]
token = "FROM"
[keywords.loop]
token = "LOOP"
[operators.add]
symbol = "+"
[syntax.statements]
allow = [
"box","global","function","static",
"if","loop","break","return","print",
"nowait","include","local","outbox","try","throw","using","from"
]
[syntax.expressions]
allow_binops = ["add","sub","mul","div","and","or","eq","ne"]