diff options
| author | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2017-10-24 18:40:28 -0300 |
|---|---|---|
| committer | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2017-10-24 18:40:28 -0300 |
| commit | 73a7c860f6252f5f2e94e2a57eb5cbd53e2b9ccb (patch) | |
| tree | 17a75f0e7d88ea6386b6fe2880204a1ae2d154e5 /RGens/data/sample-grammars/rune.gram | |
| parent | 924bcdc9a65c7f88004d6dbf8dfa138c9a125e5d (diff) | |
Update sample data
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] |
