diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2018-01-03 19:26:41 -0800 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2018-01-03 19:26:41 -0800 |
| commit | 8cc12625047d7854bfd7ebee2082e69c9cafe566 (patch) | |
| tree | 09c1ff97fa18a6b234dd6ce495a4ad0f193cc2c8 /nomsu.peg | |
| parent | b2ddc1d7687591b4cbc686d274cf3b1f67c3ce1e (diff) | |
Updated examples and made operator characters not stick to each other.
Useful for <%x>=6 properly registering as <%x> = 6.
Diffstat (limited to 'nomsu.peg')
| -rw-r--r-- | nomsu.peg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,7 +46,7 @@ noeol_functioncall (FunctionCall): functioncall (FunctionCall): {| (expression (dotdot / %ws*))* word ((dotdot / %ws*) (expression / word))* |} -word (Word): { %operator+ / (!number plain_word) } +word (Word): { %operator / (!number plain_word) } inline_string (String): '"' {| |
