diff options
Diffstat (limited to 'RGens/data/sample-grammars/rune.gram')
| -rwxr-xr-x | RGens/data/sample-grammars/rune.gram | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/RGens/data/sample-grammars/rune.gram b/RGens/data/sample-grammars/rune.gram index 05332e9..4c64e5a 100755 --- a/RGens/data/sample-grammars/rune.gram +++ b/RGens/data/sample-grammars/rune.gram @@ -1,3 +1,10 @@ +# @TODO 10/23/17 Ben Culkin :RuneDebug +# Something seems to be wrong with this grammar, and I'm not sure as to +# the exact details. +# +# The problem is that we are getting multiple runes running together +# without an obvious cause. + [rune-string] [rune-2] [rune-1] [rune-2] [rune-1] [rune-2] [rune-3] |
