Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
Pest
Crowdfunding of the pest.rs domain for Pest's documentation (a general purpose parser written in Rust)
Collective -
Host: opensource -
https://opencollective.com/pest
- Website: https://pest-parser.github.io
- Code: https://github.com/pest-parser
Suggestion: clarify in the documentation, what PUSH(PEEK) does
github.com/pest-parser/book - Robert42 opened this issue about 5 years ago
github.com/pest-parser/book - Robert42 opened this issue about 5 years ago
Ini example only works if the INI file has a newline after final entry.
github.com/pest-parser/book - cianoc opened this issue over 5 years ago
github.com/pest-parser/book - cianoc opened this issue over 5 years ago
Don't panic on extraneous tokens, return Error
github.com/pest-parser/ast - killercup opened this pull request over 5 years ago
github.com/pest-parser/ast - killercup opened this pull request over 5 years ago
Add teeny tiny amount of trace logging
github.com/pest-parser/ast - killercup opened this pull request over 5 years ago
github.com/pest-parser/ast - killercup opened this pull request over 5 years ago
Implementation of `one-or-more` rule
github.com/pest-parser/pest - ejoebstl opened this pull request over 5 years ago
github.com/pest-parser/pest - ejoebstl opened this pull request over 5 years ago
`one or more` rules consume trailing whitespace when exactly matched once
github.com/pest-parser/pest - ejoebstl opened this issue over 5 years ago
github.com/pest-parser/pest - ejoebstl opened this issue over 5 years ago
Make online editor full page
github.com/pest-parser/site - markmmm opened this issue over 5 years ago
github.com/pest-parser/site - markmmm opened this issue over 5 years ago
Allow comments in blocks.
github.com/pest-parser/pest.vim - Tyler-Hardin opened this pull request over 5 years ago
github.com/pest-parser/pest.vim - Tyler-Hardin opened this pull request over 5 years ago
Comparison diagram isn't very informative and makes pest look bad.
github.com/pest-parser/site - agausmann opened this issue over 5 years ago
github.com/pest-parser/site - agausmann opened this issue over 5 years ago
Bump sha-1 to v0.8.
github.com/pest-parser/pest - dragostis opened this pull request over 5 years ago
github.com/pest-parser/pest - dragostis opened this pull request over 5 years ago
Precedence climbing at the grammar level ?
github.com/pest-parser/pest - Nadrieril opened this issue over 5 years ago
github.com/pest-parser/pest - Nadrieril opened this issue over 5 years ago
Adding grammar and parser walkthrough for a subset of the J language.
github.com/pest-parser/book - mattjquinn opened this pull request almost 6 years ago
github.com/pest-parser/book - mattjquinn opened this pull request almost 6 years ago
Python example and the JSON grammar for number.
github.com/pest-parser/book - wahn opened this pull request almost 6 years ago
github.com/pest-parser/book - wahn opened this pull request almost 6 years ago
The bootstrapping breaks when used as a git dependency
github.com/pest-parser/pest - Nadrieril opened this issue almost 6 years ago
github.com/pest-parser/pest - Nadrieril opened this issue almost 6 years ago
Add std::error::Error implementation
github.com/pest-parser/ast - drahnr opened this pull request almost 6 years ago
github.com/pest-parser/ast - drahnr opened this pull request almost 6 years ago
struct with rules for members
github.com/pest-parser/ast - drahnr opened this issue almost 6 years ago
github.com/pest-parser/ast - drahnr opened this issue almost 6 years ago
trying to open pest.rs hangs, consuming 200% CPU in Chromium
github.com/pest-parser/site - whitequark opened this issue almost 6 years ago
github.com/pest-parser/site - whitequark opened this issue almost 6 years ago
Update pest keywords and add rust keywords
github.com/pest-parser/pest.vim - segeljakt opened this pull request about 6 years ago
github.com/pest-parser/pest.vim - segeljakt opened this pull request about 6 years ago
Support non-single-pair types
github.com/pest-parser/ast - CAD97 opened this issue about 6 years ago
github.com/pest-parser/ast - CAD97 opened this issue about 6 years ago
Provide `FromPest` impls for small tuples
github.com/pest-parser/ast - CAD97 opened this pull request about 6 years ago
github.com/pest-parser/ast - CAD97 opened this pull request about 6 years ago
Please add an example on how to define multiple `Parser` structs in the same crate
github.com/pest-parser/pest - lucatrv opened this issue about 6 years ago
github.com/pest-parser/pest - lucatrv opened this issue about 6 years ago
Update READMEs for 0.3
github.com/pest-parser/ast - CAD97 opened this pull request about 6 years ago
github.com/pest-parser/ast - CAD97 opened this pull request about 6 years ago
Incompatibility with missing_docs lint
github.com/pest-parser/pest - librelois opened this issue about 6 years ago
github.com/pest-parser/pest - librelois opened this issue about 6 years ago
Make input field larger
github.com/pest-parser/site - svenstaro opened this pull request about 6 years ago
github.com/pest-parser/site - svenstaro opened this pull request about 6 years ago
Increase Input textarea size to 3 rows
github.com/pest-parser/pest-parser.github.io - svenstaro opened this pull request about 6 years ago
github.com/pest-parser/pest-parser.github.io - svenstaro opened this pull request about 6 years ago
Add basic syntax highlighting for PEGs
github.com/pest-parser/book - wirelyre opened this pull request about 6 years ago
github.com/pest-parser/book - wirelyre opened this pull request about 6 years ago
New draft: more generic, less magic!
github.com/pest-parser/ast - CAD97 opened this pull request about 6 years ago
github.com/pest-parser/ast - CAD97 opened this pull request about 6 years ago
More descriptive panic when running out of enum variants
github.com/pest-parser/ast - CAD97 opened this pull request about 6 years ago
github.com/pest-parser/ast - CAD97 opened this pull request about 6 years ago
Fix indentation of the parse tree output
github.com/pest-parser/site - drvirgilio opened this pull request about 6 years ago
github.com/pest-parser/site - drvirgilio opened this pull request about 6 years ago
Comparison diagram should be less misleading
github.com/pest-parser/site - vi opened this issue over 6 years ago
github.com/pest-parser/site - vi opened this issue over 6 years ago
Fix quote escaping for string highlighting
github.com/pest-parser/pest.vim - NPN opened this pull request over 6 years ago
github.com/pest-parser/pest.vim - NPN opened this pull request over 6 years ago
Escaped quotes break string highlighting
github.com/pest-parser/pest.vim - NPN opened this issue over 6 years ago
github.com/pest-parser/pest.vim - NPN opened this issue over 6 years ago
Add INI and JSON examples, and remove Rust example
github.com/pest-parser/book - wirelyre opened this pull request over 6 years ago
github.com/pest-parser/book - wirelyre opened this pull request over 6 years ago
Added initial debugger implementation.
github.com/pest-parser/pest - dragostis opened this pull request over 6 years ago
github.com/pest-parser/pest - dragostis opened this pull request over 6 years ago
Need actual test cases for #[pest(parse)] implementation
github.com/pest-parser/ast - CAD97 opened this issue over 6 years ago
github.com/pest-parser/ast - CAD97 opened this issue over 6 years ago
RFC: Make white-space handling less confusing / more consistent with the introduction of an "adjacent selector": `,`
github.com/pest-parser/pest - Kroc opened this issue over 6 years ago
github.com/pest-parser/pest - Kroc opened this issue over 6 years ago
Update book for pest 2.0
github.com/pest-parser/book - wirelyre opened this pull request over 6 years ago
github.com/pest-parser/book - wirelyre opened this pull request over 6 years ago
Update links for mdBook 0.2
github.com/pest-parser/book - wirelyre opened this pull request over 6 years ago
github.com/pest-parser/book - wirelyre opened this pull request over 6 years ago
fix extra quote in precedence section example
github.com/pest-parser/book - chippers opened this pull request over 6 years ago
github.com/pest-parser/book - chippers opened this pull request over 6 years ago
Allow pest to match against byte literals
github.com/pest-parser/pest - jstnlef opened this issue over 6 years ago
github.com/pest-parser/pest - jstnlef opened this issue over 6 years ago
Add grammars chapter
github.com/pest-parser/book - wirelyre opened this pull request over 6 years ago
github.com/pest-parser/book - wirelyre opened this pull request over 6 years ago
Add example for negation operator
github.com/pest-parser/book - jstnlef opened this issue over 6 years ago
github.com/pest-parser/book - jstnlef opened this issue over 6 years ago
Plan some chapters
github.com/pest-parser/book - wirelyre opened this pull request almost 7 years ago
github.com/pest-parser/book - wirelyre opened this pull request almost 7 years ago
remove #[inline] on lambdas
github.com/pest-parser/pest - kivikakk opened this pull request almost 7 years ago
github.com/pest-parser/pest - kivikakk opened this pull request almost 7 years ago
Grammar-based fuzzer based on pest grammars
github.com/pest-parser/pest - jstnlef opened this issue almost 7 years ago
github.com/pest-parser/pest - jstnlef opened this issue almost 7 years ago
Use new syntaxes available and update url to get rid of beta.
github.com/pest-parser/book - lwandrebeck opened this pull request almost 7 years ago
github.com/pest-parser/book - lwandrebeck opened this pull request almost 7 years ago
Little update to 1.0.6 and typo fix.
github.com/pest-parser/book - lwandrebeck opened this pull request almost 7 years ago
github.com/pest-parser/book - lwandrebeck opened this pull request almost 7 years ago
Sharing rules between grammars?
github.com/pest-parser/pest - waywardmonkeys opened this issue almost 7 years ago
github.com/pest-parser/pest - waywardmonkeys opened this issue almost 7 years ago
`int` not found in this scope
github.com/pest-parser/book - KarateCowboy opened this issue almost 7 years ago
github.com/pest-parser/book - KarateCowboy opened this issue almost 7 years ago
Improve compilation times
github.com/pest-parser/pest - dragostis opened this issue about 7 years ago
github.com/pest-parser/pest - dragostis opened this issue about 7 years ago
Changed order of execution when dealing with overlapping rules.
github.com/pest-parser/book - krodyrobi opened this pull request over 7 years ago
github.com/pest-parser/book - krodyrobi opened this pull request over 7 years ago