diff options
Diffstat (limited to 'grammar/simple.gr')
| -rw-r--r-- | grammar/simple.gr | 7 |
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 |