aboutsummaryrefslogtreecommitdiff
path: root/grammar/simple.gr
diff options
context:
space:
mode:
Diffstat (limited to 'grammar/simple.gr')
-rw-r--r--grammar/simple.gr7
1 files changed, 7 insertions, 0 deletions
diff --git a/grammar/simple.gr b/grammar/simple.gr
new file mode 100644
index 0000000..42b256f
--- /dev/null
+++ b/grammar/simple.gr
@@ -0,0 +1,7 @@
+S -> A S d
+S -> B S
+S -> _
+A -> a
+A -> c
+B -> a
+B -> b