aboutsummaryrefslogtreecommitdiff
path: root/grammar.ron
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2017-12-28 22:21:54 +0000
committerAleksey Kladov <[email protected]>2017-12-28 22:21:54 +0000
commit5276a7d3be01687e3ea7054ec103711587c9d36e (patch)
treec8b4d79a49cc74c3dd1a588b636196e1bcfa311c /grammar.ron
parent5e1e8ed34a46738dda507a4a0f4e73065be74e57 (diff)
Grammar in ron
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