Petee
Petee
Hi there again @alecthomas, I'm already using this great parser in a large project (a GoLang implementation of Jinja, will be open sourced eventually) and one of the things that...
Hey, while working on [parser code generation](https://github.com/alecthomas/participle/issues/213) and implementing lookahead error recovery, I noticed a bug. Consider this example: ``` type BugStructCapturesInBadBranch struct { Bad bool `parser:"(@'!'"` A BugFirstAlternative `parser:"...
Hi @alecthomas, when rebasing #213 to master, I decided it would be best to commit my stuff in smaller chunks. The first chunk is some optimizations I did to `PeekingLexer`...