rust/grammar.ron
2017-12-30 00:48:47 +03:00

8 lines
114 B
Plaintext

Grammar(
syntax_kinds: [
"ERROR",
"IDENT",
"UNDERSCORE",
"WHITESPACE",
]
)