diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2018-05-28 23:24:18 -0700 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2018-05-28 23:24:43 -0700 |
| commit | b6be516e3fbc082b1dbd9740b95185976f4b0040 (patch) | |
| tree | 69d5b148bf9344edbbf3289f41fdf876af519e1e /nomsu.peg | |
| parent | 66fa60100e64a1ec2d54e884c5d6e4a98e88fa56 (diff) | |
Fix for luajit, though I'm not sure why it worked for lua either.
Diffstat (limited to 'nomsu.peg')
| -rw-r--r-- | nomsu.peg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -54,7 +54,7 @@ action (Action): word: { %operator / (!number plain_word) } -text_word (Text): {%operator / (!number plain_word)} +text_word (Text): {| {%operator / (!number plain_word)} |} inline_text (Text): !('".."' eol) |
