pegjs icon indicating copy to clipboard operation
pegjs copied to clipboard

PEG.js: Parser generator for JavaScript

Results 101 pegjs issues
Sort by recently updated
recently updated
newest added

The 0.11.0 release is near! Here are the remaining steps: - [x] Upgrade all used libraries to their newest versions - [ ] Drop support for - [ ] Node...

task

### Issue type - **Feature Request:** - flag "dense output" that turns off the readable whitespace ### Prerequisites - **Can you reproduce the issue?:** - yes - **Did you search...

### Issue type - **Bug Report:** _no_ - **Feature Request:** _yes_ - **Question:** _no_ - **Not an issue:** _no_ ### Prerequisites - **Can you reproduce the issue?:** _yes_ - **Did...

### Issue type - **Bug Report:** - **Feature Request:** yes - **Question:** - **Not an issue:** ### Prerequisites - **Can you reproduce the issue?:** N/A - **Did you search the...

I am getting a warning of a possible infinite recursion. I'm used to traditionally writing parsers, so wrote "expr" rule like this - expr = value / "(" _ e:expr...

Fixes #633 Add `--coverage`/`--no-coverage` flags and add more ignore statements in generated output ### PR type - **Bug fix (non-breaking change which fixes an issue):** no - **New feature (non-breaking...

### Issue type - **Bug Report:** _yes_ - **Feature Request:** _maybe_ - **Question:** _no_ - **Not an issue:** _no_ ### Prerequisites - **Can you reproduce the issue?:** _yes_ - **Did...

### Issue type - **Bug Report:** no - **Feature Request:** yes - **Question:** no - **Not an issue:** no ### Prerequisites - **Can you reproduce the issue?:** n/a - **Did...

feature

In #230, @Mingun suggested having Java-like annotations for rules. His use cases were memoization and rule templates (see #45): ``` @Memoize @Template(item, delimiter) List = h:(i:item delimiter {return i})* t:item?...

feature

### Issue type - **Bug Report:** no - **Feature Request:** no - **Question:** yes - **Not an issue:** yes ### Prerequisites - **Can you reproduce the issue?:** N/A - **Did...

feature
question
not-an-issue