issues
search
pest-parser
/
pest
The Elegant Parser
https://pest.rs
Apache License 2.0
4.67k
stars
261
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
NEWLINE ended rule can not be processed correctly
#1050
saimizi
closed
1 month ago
1
Band-Aid: fix one of the left recursion bugs (fixes #1047)
#1048
Tartasprint
closed
1 month ago
1
Stack overflow achieved with left recursion undetected
#1047
AntoineGuilminCrepon
closed
1 month ago
2
bump toolchain for cargo-msrv
#1046
tomtau
closed
1 month ago
1
update unicode to version 16
#1044
tomtau
closed
1 month ago
1
nit: fix minor typo in usage of it's vs its in the docs
#1043
nlopes
closed
2 months ago
1
🏁 RoSctober 2024: The Open Source Developer Challenge is about to start
#1042
race-of-sloths
closed
2 months ago
1
Adding covers() reduces test coverage
#1040
princejohnsantillan
closed
2 months ago
2
bump version and adjust CI guards
#1039
tomtau
closed
2 months ago
1
feat: added upstream miette support
#1038
prsabahrami
closed
2 months ago
4
add validation for tags on silent rules (fixes #1035)
#1036
tomtau
closed
2 months ago
1
Tags do not apply to silent rules
#1035
phi-go
closed
2 months ago
7
fix `pest_derive` without std under a workspace in Windows
#1034
tomtau
closed
2 months ago
1
Don't understand grammar
#1032
qknight
closed
3 months ago
1
fix: Remove unnecessary qualification
#1024
austriancoder
closed
4 months ago
1
Avoid computing line offsets after the last token
#1023
wabain
closed
4 months ago
1
Whitespace ignored between rules
#1019
vol0n
closed
5 months ago
1
make tracking for better error details optional (fixes #1009)
#1013
tomtau
closed
7 months ago
5
perf regression in 2.7.9
#1009
klensy
closed
7 months ago
6
bump version to 2.7.9
#1002
tomtau
closed
7 months ago
1
Trigger clippy: empty doc comment
#1000
Luv-Ray
closed
8 months ago
3
Document panics
#999
tomtau
opened
8 months ago
0
Remove unnecessary unsafe functions
#998
djkoloski
closed
8 months ago
5
Using `pest_derive` without `std` under a workspace fails in Windows.
#996
Shaddy
closed
2 months ago
8
docs(book): documentation is missing for `ASCII`
#995
abiriadev
closed
8 months ago
2
`Pairs` can be made with mismatched input `str` and `Vec<QueueableToken>` using `pest::state`
#993
djkoloski
closed
8 months ago
1
Bug when matching brackets
#991
margual56
closed
8 months ago
0
fix: do not generate empty docstring for Rule
#987
sunng87
closed
8 months ago
1
fix: adjust tag association in optional and repeat expressions
#985
tomtau
closed
9 months ago
1
Wrong tag associated with expression?
#984
jmandel
closed
9 months ago
0
feat: add sql grammar with pratt parser and tests
#983
EmirVildanov
closed
9 months ago
1
Tags on rules that can yield more than one pair
#982
tomtau
closed
9 months ago
0
Suggestion: Expose a getter function for LineIndex
#981
BoolPurist
opened
9 months ago
3
Very unhelpful error messages for unmapped prefix operators in pratt parsers
#980
rscarson
opened
9 months ago
0
ci: bump toolchain for check
#978
tomtau
closed
9 months ago
1
fix: DebuggerContest::load_XXX accepts impl AsRef<Path> instead of &PathBuf
#976
aatifsyed
closed
9 months ago
1
Async Pest
#974
ekechinwokah
opened
9 months ago
2
bump toolchain to be able to install cargo-msrv
#973
tomtau
closed
9 months ago
1
bump version to 2.7.7
#970
tomtau
closed
9 months ago
1
perf: skipper support inlining
#969
sssooonnnggg
closed
9 months ago
1
make the trivia rules compound atomic under a feature flag
#968
tomtau
closed
9 months ago
2
WHITESPACE and COMMENT require $ to be compound
#966
NyalephTheCat
closed
9 months ago
4
feat: support better error reporting
#965
EmirVildanov
closed
8 months ago
6
Add docs to parsing source code
#964
EmirVildanov
closed
10 months ago
2
Feature request: Option to use tags to improve error messages
#963
rscarson
opened
10 months ago
0
Export generator and docs api in the pest_generator trait
#961
marcfir
closed
10 months ago
2
bump versions + minor clippy fixes
#959
tomtau
closed
10 months ago
2
perf: use str instead of Cow to reduce Token size
#958
sssooonnnggg
closed
10 months ago
9
Predicate failure doesn't cause expression failure
#944
themighty1
closed
1 year ago
5
Expected operator, found EOI
#943
lambdaknight
opened
1 year ago
3
Next