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

Merge pull request #161 from dbrgn/trailing-comma

Allow trailing comma in macros

github.com/pest-parser/pest - 117da88698b83fbb9972ad47974d66892516e9e5 authored about 7 years ago
Add tests for loop unrolling.

github.com/pest-parser/pest - feeb5dea81e234a5f447e810372fa98e4a50f41d authored about 7 years ago
Separate exact and min/max repetetions

This leads the way into having max repetetions and min repetitions.

github.com/pest-parser/pest - ac5ae2db9147f873a71ddcad2e3d6f53d4b73cbe authored about 7 years ago
Add minumum repetition syntax `f{3,}`

github.com/pest-parser/pest - 0fe8ecb32ef0fde5f861c825e261fad8e2f56d03 authored about 7 years ago
Add grammar tests for max and min repetition

github.com/pest-parser/pest - dfffc18ef640dd61cbab8c62bd144ea1fafc7c6f authored about 7 years ago
Add maximum repetition syntax `f{, 3}`

github.com/pest-parser/pest - 5faf732ef59eb950a973db54a94f8834d969bdc9 authored about 7 years ago
Fixed build.

github.com/pest-parser/pest - 0bf8642697c885ebcf71c604a47fe2a77e95829f authored about 7 years ago
Implemented Error trait.

github.com/pest-parser/pest - 79e569c664d46fbdd330e3c529802ad6a145ee1f authored about 7 years ago
Cleaned up imports.

github.com/pest-parser/pest - 1441e1af83e14f180755bde3a3d91f908a56e7da authored about 7 years ago
Merge pull request #167 from jturner314/fqn-result

Use fully-qualified path for Result

github.com/pest-parser/pest - a06a7da448219559d5936c1693068d4f24f5420c authored about 7 years ago
Merge pull request #165 from jturner314/patch-1

Fix description of `e1 | e2` in docs

github.com/pest-parser/pest - 3601ba47b4567fda4a437a1785988d6df2da06c9 authored about 7 years ago
Use fully-qualified path for Result

This is necessary in case the client code redefines `Result` with a
type alias.

github.com/pest-parser/pest - cb7d8fe519146d0342e0f0568bdf2d86160e2d3c authored about 7 years ago
Fix description of `e1 | e2` in docs

github.com/pest-parser/pest - 3f423134f108851a502647802316d439ab7b5bfb authored about 7 years ago
Put spaces inside braces in all the unsafe places

github.com/pest-parser/pest - 7c44ad9eaf4b5d04b0434cc386d7e0392e34e18a authored about 7 years ago
Remove redundant example section in Cargo.toml

github.com/pest-parser/pest - 49e39e00819e601f9b1ae1ed5c9d39c599ba836f authored about 7 years ago
Add use-case for `pest_meta` as a syntax colorizer

github.com/pest-parser/pest - 7387dde1e2d6e2314374502a6f1bd2767ae9c5d5 authored about 7 years ago
Made small refactorings.

github.com/pest-parser/pest - cb645e42c35f4a37902f0b70821b2319c1e65baf authored over 7 years ago
Updated version.

github.com/pest-parser/pest - db817238b294fdcbae5e9c805f06fd7b4dbdcb8f authored over 7 years ago
Fixed negative lookahead reporting.

Negative lookaheads were reported ever when matching.

github.com/pest-parser/pest - c02f55e3c20f4364654296d18184e9862c69607d authored over 7 years ago
Fixed line_of indices bug.

The start and end indices of the line_of method would overlap
(start > end) between two new line...

github.com/pest-parser/pest - f28600f179342f4675a50997a33b2923f0080aab authored over 7 years ago
Fixed attempts reset bug.

Only positive or negative attempts were reset on progress instead
of both, which left old residu...

github.com/pest-parser/pest - e5920e202408f08e3f919d5e4c030c4cd5fa3ec9 authored over 7 years ago
Fixed comment rule definition. Fixes #163.

Comments erroneously expected at least some whitespace after each
match.

github.com/pest-parser/pest - 163cc4f8fc48d4b063493d9416b6b2985f7a33ce authored over 7 years ago
Use `match` in the state parsing macro syntax

github.com/pest-parser/pest - b934c5afc3e87e6492d6d20139c04ec56baab82c authored over 7 years ago
Make validator return Result instead of panicking

github.com/pest-parser/pest - d718e672a3310f629ea46278115a1407258fe2a0 authored over 7 years ago
Use functional style for validation

github.com/pest-parser/pest - 927ac8630b22fe89a69d5e3af3321e381aa1a53a authored over 7 years ago
Use the `maplit` crate for defining keyword sets

github.com/pest-parser/pest - 02d445decbfa84a4ce971b484b881be27b22d684 authored over 7 years ago
Rename Grammar{Parser,Rule} -> Pest{Parser/Rule}

github.com/pest-parser/pest - 1319bde054244749ef2b26fcab53b2d86474135f authored over 7 years ago
Separate defaults generation from consume_rules

github.com/pest-parser/pest - 55252164769e38e6dc35db5d10a80849015d7b78 authored over 7 years ago
Extract ast, parser and validator into pest_meta

github.com/pest-parser/pest - c1e30aa6f2eb722ee3c31b9baf4d7b5145a9afdf authored over 7 years ago
Remove unused rules `soi` and `eoi`

github.com/pest-parser/pest - 47cfdbd0698fc700505a329a5b866037c9c6bdf9 authored over 7 years ago
Remove `pest_meta` dependency on `quote`

As `quote::Ident` is the only thing from `quote` used by `pest_meta`,
the dependency on `quote` ...

github.com/pest-parser/pest - 4b1101d9c84aee7c9ee9d0ca61e53ee9fba035df authored over 7 years ago
Add macro for PestParser rules

github.com/pest-parser/pest - f0337c38b86da90db0e11b0bebce9ed4aaa61b7f authored over 7 years ago
Merge pull request #162 from pest-parser/tarpaulin

Migrated to tarpaulin for coverage.

github.com/pest-parser/pest - 4ea674a34d354d279e1da9e8c8a83bbf582a9bbc authored over 7 years ago
Migrated to tarpaulin for coverage.

This will improve coverage accuracy and lead to a much faster build.

github.com/pest-parser/pest - 5fcb0a72501cfd366450e870876f2741e326858c authored over 7 years ago
Allow trailing comma in macros

github.com/pest-parser/pest - 05ffc628bc45769205b2fa1853a6a0e74ed07f1a authored over 7 years ago
Updated version.

github.com/pest-parser/pest - 2fc84b194196148bd800a58a7bb68c2940dd862f authored over 7 years ago
Added numbered repetition. Fixes #156.

github.com/pest-parser/pest - ee9266c678c121b5651cd350f3c92c858f5ed40f authored over 7 years ago
Changed optimizer to handle repeat once.

github.com/pest-parser/pest - b52e019cd2b6ae8421b807fe869e80d7c1a81475 authored over 7 years ago
Fixed faulty AST map.

github.com/pest-parser/pest - 638d1be09b0e62111a8f7a3ad2036087ff496399 authored over 7 years ago
Updated version.

github.com/pest-parser/pest - 70cd08806179792faa3ea7637102e21a016457cf authored over 7 years ago
Fixed prec_climber bug.

Bitwise or would always assign the last operators in a chain,
dropping everything in between.

github.com/pest-parser/pest - 0c869fb57496ca79535053b95d30525e41dc763d authored over 7 years ago
Updated version.

github.com/pest-parser/pest - 10829f1c4b66cda769d563318c02c2badd26f2ec authored over 7 years ago
Fixed compound atomic's cascading effect.

github.com/pest-parser/pest - e7efd971d8b49c4e0d463bbd92f31e5e99b8c59c authored over 7 years ago
Updated version.

github.com/pest-parser/pest - f2d86b23e41513bc6fbcd42f20f5879aea0e0287 authored over 7 years ago
Fixed a couple of atomic-related bugs.

github.com/pest-parser/pest - 0ecb0e1a6335e791913812809339934a2ee2815a authored over 7 years ago
Improved performance of Position::skip.

Changed the implementation of Position::skip so as not to create
a separate object when called, ...

github.com/pest-parser/pest - e30504de9966b3d784e2104ae01cb31ff2537b2f authored over 7 years ago
Updated version.

github.com/pest-parser/pest - 69e8327e71606efd57ea2eff520460417bd05966 authored over 7 years ago
Fixed validator stack-overflow.

github.com/pest-parser/pest - 9b2a18a02bb27fd0461465cea7f089abfdafed6f authored over 7 years ago
Added book to links.

github.com/pest-parser/pest - ec6586bd846830885720436580e42023585cc893 authored over 7 years ago
Fixed dead code warning.

github.com/pest-parser/pest - 57fa3936b28d853d399a8ddd8759d4810a362551 authored over 7 years ago
Updated version.

github.com/pest-parser/pest - c5dc8e431b5f9132d7a56c66929789dd78679ce4 authored over 7 years ago
Improved docs.

github.com/pest-parser/pest - c06ff56e335334c63adb8ab0616145e4843d65e7 authored over 7 years ago
Fixed left-recursion false positives.

github.com/pest-parser/pest - 8e401698b9dbdb69b95dbf9730fa355849f037e7 authored over 7 years ago
Added trace to left-recursion.

github.com/pest-parser/pest - a910cfc15850ba86b0174a1b1724c75da1dfb3b8 authored over 7 years ago
Added left-recursion validation to choices.

github.com/pest-parser/pest - 3c7adea661b698bde4c2e1110067c7f0723f25bb authored over 7 years ago
Improved docs.

github.com/pest-parser/pest - 372eba2a86a1359502bc3fbe01975cdb573c51e3 authored over 7 years ago
Updated version.

github.com/pest-parser/pest - ea6214e15d01d57d2d42ca9b7b1715f2ef100a4c authored over 7 years ago
Added special thanks.

github.com/pest-parser/pest - b88f52c8a28606b740f9c22f31d96fa97f2ed677 authored over 7 years ago
Merge pull request #152 from lwandrebeck/master

fix typo in doc leading to dead links.

github.com/pest-parser/pest - 0fe197350654c8ebcb9a969822214660cb23635e authored over 7 years ago
fix typo in doc leading to dead links.

github.com/pest-parser/pest - 8dca3ecbcc821e60d91eaf31ab4b87f78e742ffe authored over 7 years ago
Added push/pop/peek docs. Fixes #137.

github.com/pest-parser/pest - a7dc8f17dbb19ebed57a48b76a6bc7786a906625 authored over 7 years ago
Added whitespace/comment docs & validation. Fixes #136.

github.com/pest-parser/pest - d4bb1b846a27f67c45ffd21fd42eec48f99e9baf authored over 7 years ago
Added escapes to docs. Fixes #135.

github.com/pest-parser/pest - 1e9395cc33acfb93569a6b5da0610d7196b22888 authored over 7 years ago
Removed procedural branch from Travis.

github.com/pest-parser/pest - e27f54cddaaeca13dfb1a398609a4e8a214a8571 authored over 7 years ago
Improved test coverage.

github.com/pest-parser/pest - 3a8f0fe47293cd2648120a65f69b1303289665c8 authored over 7 years ago
Added Pairs & Pairs Display implementation.

github.com/pest-parser/pest - cb1c7c0c4b1d746211c07a2b6c6ba123265d802f authored over 7 years ago
Improved test coverage.

github.com/pest-parser/pest - 15ae2d16f95bc7d93f34f310e33b32e48f13164f authored over 7 years ago
Merge pull request #146 from sunng87/feature/borrowed-string-input

Allow StringInput from borrowed str, to avoid copy

github.com/pest-parser/pest - 01c68c7887b28daaf2d977c10e5a612834688fca authored over 7 years ago
(style) remove trailing comma

Signed-off-by: Ning Sun <[email protected]>

github.com/pest-parser/pest - 68cbea4d7ba9d34b77e89adcdd27cc655b2823e8 authored over 7 years ago
(style) reformat

Signed-off-by: Ning Sun <[email protected]>

github.com/pest-parser/pest - d810145f4c04c750af9fefee0e748920359fbb60 authored over 7 years ago
(fix) reformat

Signed-off-by: Ning Sun <[email protected]>

github.com/pest-parser/pest - 0dee873d969c2e5f03c13eb618ed9de09b9a3d5e authored over 7 years ago
Merge pull request #147 from passcod/patch-1

Add cfg(debug_assertions) to suggested code

github.com/pest-parser/pest - b5022f64130b1644708816575d6854b5ff0aa55c authored over 7 years ago
(fix) remove unneeded lifetime in as_str

Signed-off-by: Ning Sun <[email protected]>

github.com/pest-parser/pest - 4e6d7459116e7e4cf18165e202c7a5aed9535dee authored over 7 years ago
(test) added tests for StrInput

Signed-off-by: Ning Sun <[email protected]>

github.com/pest-parser/pest - 05408368ba2b5de356c59cca16645506328c6dcd authored over 7 years ago
(feat) add StrInput

so lifetime indicator is no longer needed in FileInput and StringInput

Signed-off-by: Ning Sun ...

github.com/pest-parser/pest - 16fdc25c56affe382e908a87bb1ad71840b8f8b7 authored over 7 years ago
Add cfg(debug_assertions) to suggested code

That makes the dummy `const _GRAMMAR` be present only during development automatically, avoiding...

github.com/pest-parser/pest - a355fd791c80e7e9fba3a88d70f0e3a95f6115c2 authored over 7 years ago
Removed inaccurate comment.

github.com/pest-parser/pest - 4c98bea47365e486366b6414d28054306352c87d authored over 7 years ago
Updated version.

github.com/pest-parser/pest - c7e1eaad4d786902c1bebff5cc8344b7b754b805 authored over 7 years ago
Added validation for non-progressing repetitions. Fixes #134.

github.com/pest-parser/pest - 442b569fafc325dcd9add22b46c0552be48e3f37 authored over 7 years ago
Added validation for non-failing repetitions. Fixes #133.

github.com/pest-parser/pest - f0be5a1efc773c29c6cf922b7d411e07644f9207 authored over 7 years ago
Fixed paren spans.

github.com/pest-parser/pest - 0c7ee45c096ba4f68ecdc52bd187a3c5f5daeae4 authored over 7 years ago
Added non-failing left-recursion validation.

github.com/pest-parser/pest - 542ba7182f934787590f01b913948164b5bdf413 authored over 7 years ago
Improved parser validation.

Added separate AST for parsing and validation. Added validation
tests.

github.com/pest-parser/pest - 971b33bf273a559281964928a599c1c2d5c2210a authored over 7 years ago
Reordered predefined rules.

github.com/pest-parser/pest - 1e48a4f9ae213f60f480b3fe6989472edd8fc845 authored over 7 years ago
(feat) allow StringInput from borrow str, to avoid copy

Signed-off-by: Ning Sun <[email protected]>

github.com/pest-parser/pest - 00709348b27817e05e0a593cb760f4de04362728 authored over 7 years ago
Fixed small parsing issues.

github.com/pest-parser/pest - a2b14d682333daeb4fb133c2900c6d1822910ae2 authored over 7 years ago
Added error reporting tests.

github.com/pest-parser/pest - 154ba48db1409a4239938983e703d5584562c2a7 authored over 7 years ago
Fixed macro path.

github.com/pest-parser/pest - f6124c4379e703c4a7cbe559ac75a8240bc96786 authored over 7 years ago
Updated version.

github.com/pest-parser/pest - 2dc5e40ee190964400efe748bd73f75fcc7c7690 authored over 7 years ago
Fixed FlatPairs index ouf of bounds. Fixes #144.

github.com/pest-parser/pest - f8f33dd1f7aa24f019210473a49cb7f17c0d66f0 authored over 7 years ago
Added fail testing macro.

github.com/pest-parser/pest - c2563291c568080d10c0cc1df472a942385582bb authored over 7 years ago
Added base traits to Input.

github.com/pest-parser/pest - 279a58091394452fe055fdd5064635be25cc5595 authored over 7 years ago
Fixed doc warnings.

github.com/pest-parser/pest - c333ca761ecb11ee24e4477c73c116ea30fa72dc authored over 7 years ago
Merge pull request #143 from RazrFalcon/patch-1

2x smaller SVG logo

github.com/pest-parser/pest - 703e9c286e352a4dcbd2a74bb3e8e0330dd281b4 authored over 7 years ago
2x smaller SVG logo

Mostly lossless SVG optimization.

github.com/pest-parser/pest - 2b83886be877ff21f2e9aa7dde09b6d796024165 authored over 7 years ago
Fixed non-atomic example.

github.com/pest-parser/pest - 198a913d5c09ed6882edbc423db42156ef461c94 authored over 7 years ago
Fixed non-atomic token generation. Fixes #142.

github.com/pest-parser/pest - d588364ef59d3f6ff45156862b022396e7d7c2dc authored over 7 years ago
Updated version.

github.com/pest-parser/pest - 9014a1b912b11e551eb06d34d079f19d5259a589 authored over 7 years ago
Add benchmark clarification.

github.com/pest-parser/pest - f3d208fbf685d932e3939ada9cbf243e79c8950f authored over 7 years ago
Added as_str method to Pair.

github.com/pest-parser/pest - 5350150e99bc69d690e6edcce535cbcd1e445ed2 authored over 7 years ago