PeppaPEG icon indicating copy to clipboard operation
PeppaPEG copied to clipboard

PEG Parser in ANSI C

Results 12 PeppaPEG issues
Sort by recently updated
recently updated
newest added

**Describe the bug** The provided `tests/toml-v1.0.peg` can't capture some cases. 1. `\uxxxx` / `\UXXXXXXXX` out of range. "Any Unicode character may be escaped with the \uXXXX or \UXXXXXXXX forms. The...

**Describe the bug** In the example on the readme, it fails with the message `MatchError: line 1:1, expect value`. **To Reproduce** ```bash ❯ cat json.peg @lifted entry = &. value...