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:
- Modify the
derive/examples/calc.rs example to not do the calls on lines 93-98.
Expected behavior
It should work?
Additional context
Seems like EOI should be ignored or handled in some other way than requiring you to manually handle the parse tree for one level.
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:
derive/examples/calc.rsexample to not do the calls on lines 93-98.Expected behavior
It should work?
Additional context
Seems like EOI should be ignored or handled in some other way than requiring you to manually handle the parse tree for one level.