diff options
Diffstat (limited to 'RGens/data/sample-grammars/horror.gram')
| -rw-r--r-- | RGens/data/sample-grammars/horror.gram | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/RGens/data/sample-grammars/horror.gram b/RGens/data/sample-grammars/horror.gram index 1e73911..07d84de 100644 --- a/RGens/data/sample-grammars/horror.gram +++ b/RGens/data/sample-grammars/horror.gram @@ -1,6 +1,6 @@ -[horror] [first] [second] [third] +[horror-movie] [first] [second] [third] -pragma initial-rule [horror] +pragma initial-rule [horror-movie] [first] attack of the invasion of the @@ -30,4 +30,4 @@ pragma initial-rule [horror] zombies sock puppets death bots - snuggle badgers
\ No newline at end of file + snuggle badgers |
