aboutsummaryrefslogtreecommitdiff
path: root/grammar.ron
diff options
context:
space:
mode:
Diffstat (limited to 'grammar.ron')
-rw-r--r--grammar.ron6
1 files changed, 6 insertions, 0 deletions
diff --git a/grammar.ron b/grammar.ron
new file mode 100644
index 000000000..18c382536
--- /dev/null
+++ b/grammar.ron
@@ -0,0 +1,6 @@
1Grammar(
2 syntax_kinds: [
3 "IDENT",
4 "WHITESPACE",
5 ]
6) \ No newline at end of file