Issues
- 1
- 0
- 3
Parsing into a flat AST / Side effects in actions
#386 opened by DrSloth - 1
Allow any attributes on rules
#383 opened by Mingun - 0
Bounds on trait objects and impl traits not parsing
#384 opened by brasswood - 1
- 0
cache_left_rec on rule ending in underscore
#381 opened by QnnOkabayashi - 0
grammar for `[u8]` support bytes literal
#380 opened by A4-Tacks - 0
Raw identify resolv failed
#378 opened by A4-Tacks - 1
Capture both details and full input
#377 opened by chrysn - 1
- 1
Automatic whitespace handling?
#364 opened by stevefan1999-personal - 0
feat: in rule where clauses support
#370 opened by A4-Tacks - 2
- 0
- 2
Error recovery when using `precedence!`
#366 opened by cylixlee - 2
"rule" but not when
#365 opened by hanako-eo - 2
the `#[proc_macro]` attribute is only usable with crates of the `proc-macro` crate type
#363 opened by sudo-nice - 6
Case-insensitive literal matches throw off error position
#361 opened by emk - 3
want to specify lifetime bound between `'input` and custom input lifetime `'a`
#291 opened by kingrongH - 0
- 5
- 2
Docs: add note on how to 'negate' rule
#315 opened by dvdsk - 1
Support binding token literals in rules
#322 opened by cstrahan-blueshift - 2
Using generics on grammar level
#333 opened by LordBlackhawk - 0
Make the TokenStream wrappers used internally available
#355 opened by krh - 0
Feature Request: ALLCAPS for tokens
#331 opened by slyons - 0
- 0
Mutual recursion with `#[cache_left_rec]` fails
#359 opened by kevinmehall - 2
- 1
rustc warning about unused imports
#352 opened by mcandre - 3
How to escape the "
#356 opened by fazibear - 1
How do I escape the dot character in [^ pat]?
#351 opened by mcandre - 2
help with misleading expected set
#350 opened by mcandre - 6
Binding captured strings?
#349 opened by omentic - 1
- 0
Use tracing rather than println?
#344 opened by stevefan1999-personal - 1
general question about thread safety
#343 opened by mcandre - 5
- 1
warn on missing .PHONY entry for common target names
#341 opened by mcandre - 1
Case Sensitivity
#332 opened by slyons - 0
How to use peg for streams of data - or how to implemented streaming in peg
#325 opened by torfmaster - 2
Example of parsing with &[T] input
#324 opened by ccleve - 1
Box<impl Trait> `peg` 0.8.1 regression
#319 opened by fmorency - 3
Matching EOF
#318 opened by realsama - 10
Span capture with precedence climbing
#316 opened by linkdd - 0
- 6
Unparsable grammar
#306 opened by chichid - 4
Values parsed inside span
#297 opened by Kile-Asmussen - 1
Obtaining line and column in a str parser?
#296 opened by Kile-Asmussen