summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--RGens/data/new-sample-grammars/test.gram6
1 files changed, 6 insertions, 0 deletions
diff --git a/RGens/data/new-sample-grammars/test.gram b/RGens/data/new-sample-grammars/test.gram
new file mode 100644
index 0000000..830b3fc
--- /dev/null
+++ b/RGens/data/new-sample-grammars/test.gram
@@ -0,0 +1,6 @@
+# Test of new grammar syntax
+
+[test] → hello
+ there
+
+pragma initial-rule [test]