aboutsummaryrefslogtreecommitdiff
path: root/grammar/simple.gr
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2025-05-13 15:45:50 +0200
committerNathan Reiner <nathan@nathanreiner.xyz>2025-05-13 15:45:50 +0200
commit76f808ea98313dc847f634b2d8e31066b7a1c68d (patch)
treeceead1140f66547bb26cd3af364d37913b380398 /grammar/simple.gr
parenteff19cc15a9bf4df60e7f90c3a7ee525c65266c0 (diff)
make it work sometimes
Diffstat (limited to 'grammar/simple.gr')
-rw-r--r--grammar/simple.gr7
1 files changed, 0 insertions, 7 deletions
diff --git a/grammar/simple.gr b/grammar/simple.gr
deleted file mode 100644
index 42b256f..0000000
--- a/grammar/simple.gr
+++ /dev/null
@@ -1,7 +0,0 @@
-S -> A S d
-S -> B S
-S -> _
-A -> a
-A -> c
-B -> a
-B -> b