Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/pest-parser/pest

The Elegant Parser
https://github.com/pest-parser/pest

Enhancing `pest_debugger`

alpaylan opened this issue 5 days ago
bump version to 2.7.15

tomtau opened this pull request about 1 month ago
no_std build with pest_derive fails

jzbor opened this issue about 1 month ago
Update `thiserror` to version 2

MarkusPettersson98 opened this pull request about 1 month ago
NEWLINE ended rule can not be processed correctly

saimizi opened this issue 2 months ago
Band-Aid: fix one of the left recursion bugs (fixes #1047)

Tartasprint opened this pull request 3 months ago
Stack overflow achieved with left recursion undetected

AntoineGuilminCrepon opened this issue 3 months ago
bump toolchain for cargo-msrv

tomtau opened this pull request 3 months ago
update unicode to version 16

tomtau opened this pull request 3 months ago
nit: fix minor typo in usage of it's vs its in the docs

nlopes opened this pull request 3 months ago
Adding covers() reduces test coverage

princejohnsantillan opened this issue 4 months ago
bump version and adjust CI guards

tomtau opened this pull request 4 months ago
feat: added upstream miette support

prsabahrami opened this pull request 4 months ago
add validation for tags on silent rules (fixes #1035)

tomtau opened this pull request 4 months ago
Tags do not apply to silent rules

phi-go opened this issue 4 months ago
fix `pest_derive` without std under a workspace in Windows

tomtau opened this pull request 4 months ago
Don't understand grammar

qknight opened this issue 5 months ago
Document common issues, and how to solve them.

oxcrow opened this issue 6 months ago
fix: Remove unnecessary qualification

austriancoder opened this pull request 6 months ago
Avoid computing line offsets after the last token

wabain opened this pull request 6 months ago
Whitespace ignored between rules

vol0n opened this issue 7 months ago
make tracking for better error details optional (fixes #1009)

tomtau opened this pull request 8 months ago
perf regression in 2.7.9

klensy opened this issue 9 months ago
bump version to 2.7.9

tomtau opened this pull request 9 months ago
Trigger clippy: empty doc comment

Luv-Ray opened this issue 10 months ago
Document panics

tomtau opened this issue 10 months ago
Remove unnecessary unsafe functions

djkoloski opened this pull request 10 months ago
docs(book): documentation is missing for `ASCII`

abiriadev opened this issue 10 months ago
Bug when matching brackets

margual56 opened this issue 10 months ago
fix: do not generate empty docstring for Rule

sunng87 opened this pull request 10 months ago
fix: adjust tag association in optional and repeat expressions

tomtau opened this pull request 10 months ago
Wrong tag associated with expression?

jmandel opened this issue 10 months ago
feat: add sql grammar with pratt parser and tests

EmirVildanov opened this pull request 10 months ago
Tags on rules that can yield more than one pair

tomtau opened this issue 11 months ago
Suggestion: Expose a getter function for LineIndex

BoolPurist opened this issue 11 months ago
ci: bump toolchain for check

tomtau opened this pull request 11 months ago
fix: DebuggerContest::load_XXX accepts impl AsRef<Path> instead of &PathBuf

aatifsyed opened this pull request 11 months ago
Async Pest

ekechinwokah opened this issue 11 months ago
bump toolchain to be able to install cargo-msrv

tomtau opened this pull request 11 months ago
bump version to 2.7.7

tomtau opened this pull request 11 months ago
perf: skipper support inlining

sssooonnnggg opened this pull request 11 months ago
make the trivia rules compound atomic under a feature flag

tomtau opened this pull request 11 months ago
WHITESPACE and COMMENT require $ to be compound

NyalephTheCat opened this issue 12 months ago
feat: support better error reporting

EmirVildanov opened this pull request 12 months ago
Add docs to parsing source code

EmirVildanov opened this pull request 12 months ago
Feature request: Option to use tags to improve error messages

rscarson opened this issue 12 months ago
Export generator and docs api in the pest_generator trait

marcfir opened this pull request about 1 year ago
bump versions + minor clippy fixes

tomtau opened this pull request about 1 year ago
perf: use str instead of Cow to reduce Token size

sssooonnnggg opened this pull request about 1 year ago
Predicate failure doesn't cause expression failure

themighty1 opened this issue about 1 year ago
Expected operator, found EOI

lambdaknight opened this issue about 1 year ago
Use Rust 2018 format for crates

404salad opened this pull request about 1 year ago
update unicode to 15.1

tomtau opened this pull request over 1 year ago
ci: fix cargo-msrv installation

tomtau opened this pull request over 1 year ago
hebrew not working properly

raisfeld-ori opened this issue over 1 year ago
Update pest_derive to generate a list of all rules in Rule::all_rules().

davidsantiago opened this pull request over 1 year ago
add a comment to EOL

tomtau opened this pull request over 1 year ago
bump MSRV to 1.61 (due to memchr's MSRV)

tomtau opened this pull request over 1 year ago
Add clarification to the docs

DanikVitek opened this pull request over 1 year ago
Add allow(missing_docs) on Rule struct

pgimalac opened this pull request over 1 year ago
small cargo clippy fixes + dependency bumps

tomtau opened this pull request over 1 year ago
What does `outer` and `inner` do?

Eisverygoodletter opened this issue over 1 year ago
Parsing not working as expected

OnlyCS opened this issue over 1 year ago
docs: fix small typo in `match_range`

LeoDog896 opened this pull request over 1 year ago
A new stack implementation that should be faster and less space-consuming

TheVeryDarkness opened this pull request over 1 year ago
A new stack implementation that should be faster and less space-consuming

TheVeryDarkness opened this pull request over 1 year ago
propagate non_exhaustive attribute to the generated Rule enums

tomtau opened this pull request over 1 year ago
Add feature gated `Cow` module paths

veeenu opened this pull request over 1 year ago
Expansion error in `pest-derive` with tags

veeenu opened this issue over 1 year ago
Update license field following SPDX 2.1 license expression standard

frisoft opened this pull request over 1 year ago
Implement Display for Expr and OptimizedExpr

TheVeryDarkness opened this pull request over 1 year ago
Update mod.rs

TheVeryDarkness opened this pull request over 1 year ago
Compound rules may be recorded in ParsingError along with atomic rules

MucTepDayH16 opened this issue over 1 year ago
Adding get_input() to types that already have public as_str() 🏷️

0nyr opened this pull request over 1 year ago
Implement core::fmt::Display for OptimizedExpr

TheVeryDarkness opened this pull request over 1 year ago
Add Reader support

CfirTsabari opened this issue over 1 year ago
Merging Spans :recycle:

0nyr opened this pull request over 1 year ago
Make the root a value.

nathanhammond opened this pull request over 1 year ago
Generating statically typed syntax tree.

TheVeryDarkness opened this issue over 1 year ago
one-or-more rule fix based on #397

tomtau opened this pull request over 1 year ago
Trivial left recursion not detected in presence of tag

jaybosamiya opened this issue over 1 year ago
fix: expose the unicode emoji builtin rules

tomtau opened this pull request over 1 year ago
Add reference to json5-nodes

jlyonsmith opened this pull request over 1 year ago
feature-guard the new grammar features with "grammar-extras"

tomtau opened this pull request over 1 year ago
the error position isn't accurate

taodongl opened this issue over 1 year ago
bump criterion and cargo dependencies

tomtau opened this pull request over 1 year ago
Conditional source-tree bootstrapping

tomtau opened this pull request over 1 year ago
Swap precedence of negation and factorial

SandaruKasa opened this pull request over 1 year ago
feat: add simple Position/Span From implementations for LineColLocation

HoloTheDrunk opened this pull request over 1 year ago
BUG?: Comments and string literals

pms1969 opened this issue over 1 year ago
derive/examples: add a help menu grammar and parser

e-dant opened this pull request over 1 year ago
Removed TODO about removed box syntax

Tartasprint opened this pull request over 1 year ago
Minor inconsistency between pest meta grammar and some tools

Tartasprint opened this issue over 1 year ago
[feature] Debugger: check the parser's state

Tartasprint opened this issue over 1 year ago