-
**Describe the bug**
Pratt parser fails to parse a set of Pairs if EOI is included in them.
**To Reproduce**
Steps to reproduce the behavior:
1) Modify the `derive/examples/calc.rs` example to n…
-
The nom 7.0 roadmap (#1323) mentions, among many things,
> handling precedence in expressions (something like [Megaparsec's `makeExprParser`](https://hackage.haskell.org/package/parsec-3.1.14.0/doc…
-
-
### Brief description
_No response_
### Freeform description field
_No response_
-
## Motivation
I have a codebase littered with inline type-level imports (e.g., `@type {import('foo').bar}`). I'd like to be able to put a halt to this madness and use [import tags](https://dev…
-
I wonder if there are plans to support precedence climbing like https://docs.rs/peg/latest/peg/#precedence-climbing
I know that peg means never left recursive, but this way of writing does have hig…
-
# Official Documentation
- Introduction (make a case for Hermes)
- Quick Start (example Python parser using the REPL)
- Installation
- Hermes Grammar File Format
- Lexical Analyzer
- Introduction (w…
-
The following should all be valid JSDoc:
```js
/**
* @param readonly
*/
```
```js
/**
* @param {boolean} readonly
*/
```
```js
/**
* @param {object} params
* @param {boolean}…
-
Hi,
Is there any setting/option to make the `require-param` rule to apply fixes by adding an object instead of properties in new lines?
If not, I think moving forward with a new proposal should…
-
observed in https://s3.amazonaws.com/julialang-reports/nanosoldier/pkgeval/by_hash/5a9df24_vs_3250804/ODE.primary.log
In general, a compiler/parser commonly must not use recursion since it is surpr…