-
-
Notifications
You must be signed in to change notification settings - Fork 211
Pull requests: alecthomas/participle
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
perf(parser): reduce allocations in the parse hot path
#477
opened Aug 10, 2026 by
Pastalikek65
Loading…
chore(deps): update all non-major dependencies
#476
opened Aug 10, 2026 by
renovate
Bot
Loading…
1 task
fix(lexer): codegen ? (quest) operator gives back in concatenations
#475
opened Aug 10, 2026 by
Pastalikek65
Loading…
feat: add Alias option for reusable named grammar fragments
#474
opened Aug 9, 2026 by
Pastalikek65
Loading…
feat: add Lookahead and StartTokens inspection APIs
#473
opened Aug 9, 2026 by
Pastalikek65
Loading…
feat: add RecoverTo option for fault-tolerant parsing
#472
opened Aug 9, 2026 by
Pastalikek65
Loading…
fix: inject Pos/EndPos/Tokens into Capture and TextUnmarshaler values
#470
opened Aug 9, 2026 by
Pastalikek65
Loading…
fix(lexer): validate rule names are valid Go identifiers
#468
opened Aug 9, 2026 by
Pastalikek65
Loading…
fix: support escape sequences in single-quoted literals in struct tags
#467
opened Aug 9, 2026 by
Pastalikek65
Loading…
fix: don't panic when capturing into struct types that implement Capture
#466
opened Aug 9, 2026 by
Pastalikek65
Loading…
fix(ebnf): emit token references for parseable/custom productions so railroad diagrams render
#465
opened Aug 9, 2026 by
Pastalikek65
Loading…
fix: handle unmatched optional capture groups in stateful lexer actions
#464
opened Aug 9, 2026 by
Pastalikek65
Loading…
fix: include token type in unexpected token error messages
#463
opened Aug 9, 2026 by
Pastalikek65
Loading…
fix: prevent panic when struct implementing Capture is used with @@
#462
opened Aug 2, 2026 by
deepakganesh78
Loading…
Don't apply enclosing struct captures when a branch fails
#461
opened Jul 31, 2026 by
hdimer
Loading…
fix: handle a backreference to a non-participating capture group
#460
opened Jul 19, 2026 by
snowyukitty
Loading…
ProTip!
Type g i on any issue or pull request to go back to the issue listing page.