diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2018-09-26 13:05:28 -0700 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2018-09-26 13:05:47 -0700 |
| commit | b43432e647fbb3bb76aa2836e3899d5e407c50f9 (patch) | |
| tree | 640aee09e7dafbcca53c4792d3446c7f6265e004 /nomnom/parser.nom | |
| parent | 692fae5416ce1f2702b599ffb27b2e3d2235eba7 (diff) | |
Fixed all syntax errors, got original (non-nomnom) tests passing.
Diffstat (limited to 'nomnom/parser.nom')
| -rw-r--r-- | nomnom/parser.nom | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nomnom/parser.nom b/nomnom/parser.nom index 60c356f..1f460bd 100644 --- a/nomnom/parser.nom +++ b/nomnom/parser.nom @@ -21,8 +21,8 @@ set {..} userdata: Carg 1 utf8_char: (..) (R "\194\223")*(R "\128\191") + - (R "\224\239")*(R "\128\191")*(R "\128\191") + - (R "\240\244")*(R "\128\191")*(R "\128\191")*(R "\128\191") + ..(R "\224\239")*(R "\128\191")*(R "\128\191") + + ..(R "\240\244")*(R "\128\191")*(R "\128\191")*(R "\128\191") Tree: [%t, %userdata] ->: %source = (..) |
