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

Added atomics and attempts.

acb10430b7b313ad4476ee45abae1024fc0e1f1c authored over 7 years ago
Reorganized pest.

Removed old source files and added a new
structure.

8dd7959614d01943eb3b83b88642ee303590a8fb authored over 7 years ago
Added ParserState.

878d122ae2e1ab6db22c71df61240f2bc3b2a43a authored over 7 years ago
Changed Travis to only test on stable.

fd1a65cf2a6bee8f2529052eb38b58ba48f8a8b9 authored over 7 years ago
Added negative attempts to state.

b16e4d2bac87ad5196313dd728adce52c15dc66d authored over 7 years ago
Fixed errors and removed unused arg.

e88bb186212a8ad43f044169db7e211d28a30f96 authored over 7 years ago
Removed attempts getters.

Removed the postive and negative attempts getters
in favor of a method that can return the error...

2f7e46b7215bcd74355532b7a7c8bd09fd7b2083 authored over 7 years ago
Removed rest and added input.

Removed tests, examples, and benchmarks. Added
immutable input data structures.

a056133fb6ca7c6c92e5c2c6232774029c03b89e authored over 7 years ago
Removed unnecessary attributes.

Custom derives are now fully compatible with Rust
stable and do not require some attributes anym...

7423e8181672edd63dc812612da63f6dd9c4217a authored over 7 years ago
Completed ParserState implementation.

0ecf228b6b77bc18e434e820fb6b0d015f1cff44 authored over 7 years ago
Merge pull request #114 from emoon/master

Fixed links to Roadmap issues

3745e22ca0f73b202a2f5ce4250974662c7f036f authored over 7 years ago
Fixed links to Roadmap issues

c3ded5e19ca83eef977af586ec956969014ea7bf authored over 7 years ago
Fixed documentation link. Fixes #110.

0e5fc570d4d14cc819144b9c95e8daf44bee7a55 authored over 7 years ago
Fixed README.md formatting.

15eef1259d8917fba9417d097e3cd90a6b03786c authored almost 8 years ago
Merge pull request #106 from sjmielke/patch-1

Fix parens in first README example

dac0b4b0831e516b9de5fad37868c2fb6b218d97 authored almost 8 years ago
Fix parens in first README example

...to actually make it work ;)

aebe2820548a1d4cb826ca1fe768d479bdf7356c authored almost 8 years ago
Updated urls.

04ae9d7520db959a6c998b8075b7ef2b027c294e authored almost 8 years ago
Merge pull request #104 from sunjay/docs

Adding documentation to process + better panic message

6f0cc6581df6cea762b0b838d00b14bc8b22eb3d authored almost 8 years ago
Address pull request comments

8311e5e4732d90b89f4733c40e370077b928c76b authored almost 8 years ago
Fixing test failure

4bfea8cd56594cc42af2e6f2e4b8bdadadb8bfd5 authored almost 8 years ago
Adding documentation to process + better panic message

91b74bb8153021a9c89fd5bd4fc365c321c0dce3 authored almost 8 years ago
Updated badges.

Changed badges to use shields.io.

1563e74dcab84d7e65300d94a2353020bb7a3038 authored almost 8 years ago
Updated version to v0.4.1.

46b2849acc141edb0bae70901a755f2920b31f00 authored about 8 years ago
Added categories and CI badges.

0b7940df438c54ba97dd9ad7e7cd7565375708ff authored about 8 years ago
Merge pull request #89 from ehiggs/master

Show an example how to use different associativities.

61b3c3c8daaf35965e9b2af5392cdffc7e7bb1cb authored about 8 years ago
85 Show an example how to use different associativities.

4c5d1bb6680af25cc9253ab664f80dcd49e603f2 authored about 8 years ago
Added white-space explanation.

Fixes #78.

1845da3c715e02120b411765e078eda95cee279b authored about 8 years ago
Sanitized macros.

Fixes #81.

8f77b345381270a0566bc23c968027b25a10edd9 authored about 8 years ago
Made small fixes to code and docs.

bb51a98f4d8df35e54495a3596cb88e78108be3d authored about 8 years ago
Updated changelog.

5052ad6cf6960976073b999d722f482f932b5607 authored over 8 years ago
Merge branch 'v0.4.0'

6ba94a0100bf37ce9b4726304a0960806bf35a95 authored over 8 years ago
Updated to v0.3.3.

ed793eb6800bf37235be491b3c901903b211865f authored over 8 years ago
Added non-atmic rules.

a0c3c6fedede26b9500a6215c81d7e1d7afa2dc0 authored over 8 years ago
Updated changelog.

4e735a7279430a496c47894a1842f38e3c9621c3 authored over 8 years ago
Removed grammar checker in favor of upcoming better macro support in Rust.

35a18e73fc8edab1c838d4d1458024fa6d1cb897 authored over 8 years ago
Fixed macro bug. Fixes #75.

d8a8210695823b9a8988290bf5d366e1e2950151 authored over 8 years ago
Merge pull request #77 from Keats/v0.4.0

Update readme with install/build/test

a71cfaa1aa123341ee35c1b29211d9805469d648 authored over 8 years ago
Update readme with install/build/test

Also caches cargo in travis

Fix #64 & #70

27ec4d675355d7de28568ae74eadc41d5d082d63 authored over 8 years ago
Updated changelog.

cbcc106e9338e737d141877b6ecb77d2a667cd56 authored over 8 years ago
Updated to v0.3.3.

eec6e791820f208f875d9cf2770807801889b34b authored over 8 years ago
Fixed macro bug. Fixes #75.

1654cd705dbb86fe70fee4f936c466e39e33c9a8 authored over 8 years ago
Merge pull request #73 from Keats/debug

Add queue_with_captures(), similar to queue() except it contains the value

28dcbac8d2f9c59284e0004cc13e114b50b08469 authored over 8 years ago
Add queue_with_captures(), similar to queue() except it contains the value

For debugging help, returns Vec<(Token, value)>.
Fix #72

c56a6957d1250bd9f99f92416e86bc6aa2b73d7c authored over 8 years ago
Added stack operations on rule captures.

dbdece086537de11a156e502775f9df2d0931cdf authored over 8 years ago
Change case insensitive matches to work with ASCII only.

3b579318acec2cb6cb2bbe086a5a129f700fe4dc authored over 8 years ago
Added insensitive terminals to the meta grammar and remove debugging print.

1da841a036d35c0d0b90190ffbab003887c38295 authored over 8 years ago
Added case insensitive terminal strings. Fixes #71.

145532f177866e9d1c41d3b21670fac94b7ce89d authored over 8 years ago
Fixed a bug where operators were pased as part of expressions without any right hand side.

a39a175fe1098bdd5403006d47046ce2582d9af2 authored over 8 years ago
Added basic checking.

4b580b932d331b7c1557edc3355a8aa25c328c19 authored over 8 years ago
Fixed a bug where non-deepest rules were tracked.

7939bc3b10f8311bc0813934f51b81a8169b23fa authored over 8 years ago
Moved grammar tool to its own crate.

fb4381e5e237864cdfe50f897c4655150cf9880a authored over 8 years ago
Added naive grammar parsing.

aac7ffe5714818f09a6dd8c25ded2b9993ef9b40 authored over 8 years ago
Fixed issue where whitespace and comment tokens weren't removed between failing subrules. Fixes #68.

89bfb4ca5aea1efedbd67bcf4ab7ea64b6248978 authored over 8 years ago
Removed automatic left matching of whitespace.

8fe450a400572bcfd2a578fe853c6b19372aa0be authored over 8 years ago
Changed comment to also run between subrules.

feb249804ebfc3f4080dfaf8a14beae0aa42fb35 authored over 8 years ago
Added start-of-index rule.

ce3f05b7721cbe498b4f20e879c16a94b5496a44 authored over 8 years ago
Updated changelog and fixed minor styling issue.

9d43463952cc80bbb074c68c83af27a9bf9306de authored over 8 years ago
Updated to v0.3.2.

0f59d780507d8674b1fbe25a7cae824b03d9cf20 authored over 8 years ago
Changed tail recursive algorithm to imperative style in order to avoid stack overflow caused by the lack of tail optimization in debug mode. Fixes #67.

a331a8f722515302432adb8ed6991b7febbac425 authored over 8 years ago
Moved try and prec_climb to grammar.

5ebfd59dd3d2125e9fdfa20c36f45c3f3e5c6d38 authored over 8 years ago
Removed unused statement.

357ca67915e30301d55b0b429f3163d9b943f5dd authored over 8 years ago
Removed useless silent rule enumeration.

fa35816703e96ca015079840b1ec9db482676b8c authored over 8 years ago
Improved calculator example formatting.

48873d109005b91f10c5d521f8343609bacd2c2d authored over 8 years ago
Fixed small documentation errors.

d5abe40583bd24cec4ca3a89fec3a849b0430f59 authored over 8 years ago
Updated to v0.3.1.

67fe9bc6a167b493807be4ac8d4db44d2c81a084 authored over 8 years ago
Inlined matchers.

02d7ce2c5338a75bb675428f070f76133adacc8a authored over 8 years ago
Resetting queue index in Parser::reset.

6e1b03f6b9d3c9979230ed105e7ad94c7d28f70c authored over 8 years ago
Improved JSON grammar.

d042e5b63e35215f94d4c4d06e6971a93972f029 authored over 8 years ago
Added changelog. Fixes #56.

6d4ca885d227f523f4aecb753f0e8e12eded9cf4 authored over 8 years ago
Updated to v0.3.0.

dfe0d9f23cf928e0b34e052059ade500b21bd78b authored over 8 years ago
Merge pull request #61 from dragostis/v0.3.0

v0.3.0

4fa48c44f1b8c5af356f7f3cfd8148e4694c2f88 authored over 8 years ago
Added Token new. Fixes #63.

479b87bade8cb700ce156026620216f5eac7d488 authored over 8 years ago
Renamed and documented shadowed lifetime.

47bec94668c5788212203b9d8469d7733a347bc4 authored over 8 years ago
Merge pull request #62 from sunng87/v0.3.0

Adding some lifetime back

be2e12fcec17580e70c28fb3c3bc9588bc53f39b authored over 8 years ago
adding lifetime back

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

7dbebdaa966ed7ae91d2fe4e16d7586fd4763b25 authored over 8 years ago
Removed Input functionality delegation. Fixes #57.

edcc38c481c58cf4833b4e74b2bb6b68185ca79f authored over 8 years ago
Removed process main call and made matchers public. Fixes #59.

0f187a4eb38c8ab29e5ba907bcb560e631ed1bf0 authored over 8 years ago
Fixed unicode line and column measurement. Fixes #60.

6c9303086ff47e171d12647b5d19c4a5a3a95d69 authored over 8 years ago
Updated to v0.2.9.

9d919ce3b7de37bcad46dad13a766185bc714ceb authored over 8 years ago
Changed comment to always be atomic.

1af62b7d25090ff8813c14c73fbafdd004549f54 authored over 8 years ago
Updated to v0.2.8.

1b5318efdb8c2a195fe51262d18265fcc7db5877 authored over 8 years ago
Merge pull request #55 from steffengy/example

Implement support for references within StringInput

31ac0a14a7a94d3c04406c72397d7c1d211e41ee authored over 8 years ago
Implement support for references within StringInput

248d8ea61353ea2956cdf6fb397e6cc117bc4bf0 authored over 8 years ago
Updated to v0.2.7.

402c56053157878dafdbf1274f3720b8355017d1 authored over 8 years ago
Changed StringInput not to take ownership of the string input.

87bcba75f4655de13558f15641faa88bb651a302 authored over 8 years ago
Simplified macro calls.

5d743bba7a2552c1fb1fbd08f6cffd780e6d3324 authored over 8 years ago
Changed error to only report leaf rules. Fixes #54.

ada6892fbabcdf9cd19f1e80eaed4c64f2773bce authored over 8 years ago
Changed atomic subrules to not report errors.

8c8fd993371bd4bfe34501350bd87bf9a212116f authored over 8 years ago
Updated to v0.2.6.

398787a9f51020377351fe909fdf2499586eee3a authored over 8 years ago
Added is_empty tests.

e742a376212f92df30f3bf8d5f02f56e06293a09 authored over 8 years ago
Added failing queue next Rule to panic.

e3abc4bce691c919761fbdc0589988d2c8d37048 authored over 8 years ago
Added matcher name to panic.

6fb9d3e5986a25dfb58394355a9a5969d632ec54 authored over 8 years ago
Added is_empty method to Input.

85c6aaa8e34a8018f0ee3549cfacac0c2c3ae167 authored over 8 years ago
Updated to v0.2.5.

59343557d324c51345ca1a9d5a1821132e473c04 authored over 8 years ago
Fixed a bug where running process() multiple times on the same instance would panic.

a8637976d26b9ea6fab0ca9ff94b457b61d30dc4 authored over 8 years ago
Updated to v0.2.4.

a0361d688c1d206ff5fb0bc0eb122b97c66f5b28 authored over 8 years ago
Fixed try failing inside matchers. Fixes #52.

c6d5b5ac325a297e52f32ad813a63b4bcea25a32 authored over 8 years ago
Updated to v0.2.3.

22fa933d27515929e00983dc1cf4c507721f94f7 authored over 8 years ago
Added mutability to process calls. Fixes #50.

31fe0b1734ea4d86d5d91ff1e0450a9c03f9391c authored over 8 years ago
Add Gitter badge

197410efb9f879327fcaea59daac68a637376248 authored over 8 years ago