= Update README for 2.0-M2 |
|
More...
|
about 11 years ago
|
! Rename `Utils.createDynamicRuleDispatch` to `DynamicRuleDispatch.apply` |
|
More...
|
about 11 years ago
|
+ Add `Base64Parsing` helper trait |
|
More...
|
about 11 years ago
|
= Improve `run(<rule expr>)` and `~> (<rule expr>)` to also support `if` and `match` |
|
More...
|
about 11 years ago
|
! Change `MISMATCH` type from `Rule0` to `Rule[I, O]` |
|
More...
|
about 11 years ago
|
+ Add `sliceCharArray` to `ParserInput` |
|
More...
|
about 11 years ago
|
+ Add `asCharMask` to `CharPredicate` |
|
More...
|
about 11 years ago
|
! Rename `EMPTY` to `MATCH` and `NOTHING` to `MISMATCH` |
|
More...
|
about 11 years ago
|
= Add various smaller improvements |
|
More...
|
about 11 years ago
|
= Fix parse error formatting potentially creating duplicate "expected" values |
|
More...
|
about 11 years ago
|
= Fix `Utils.createDynamicRuleDispatch` not encoding rule names |
|
More...
|
about 11 years ago
|
! Improve `Utils.createDynamicRuleDispatch` helper |
|
More...
|
about 11 years ago
|
= Add support for `char -> value` and `string -> value` rules |
|
More...
|
about 11 years ago
|
= Remove superfluous code |
|
More...
|
about 11 years ago
|
= Add another performance improvement (shifting some more work from the non-error to the error-case) |
|
More...
|
about 11 years ago
|
= Add ~10% perf improvement by encoding "rule matched" as `ne null` |
|
More...
|
about 11 years ago
|
= Add support for Map[String, T] primitive, reduce generated parser size |
|
More...
|
about 11 years ago
|
+ Add `Utils.createDynamicRuleDispatch` helper |
|
More...
|
about 11 years ago
|
= Fix error reporting incorrectly positioning unexpected newline errors |
|
More...
|
about 11 years ago
|
= Add support for more `.run` bases (Apply, TypeApply in addition to Select) |
|
More...
|
about 11 years ago
|
= Add support for variable .times bases (ints and ranges) |
|
More...
|
about 11 years ago
|
= Fix ArrayBasedPredicate not recognizing char at index 0 |
|
More...
|
about 11 years ago
|
+ Add `show` method to ValueStack |
|
More...
|
about 11 years ago
|
= Add another small CharMask optimization, `isCharMask` method to CharPredicate |
|
More...
|
about 11 years ago
|
Merge branch 'master' of github.com:sirthias/parboiled2 |
|
More...
|
about 11 years ago
|
Merge pull request #56 from alexander-myltsev/prompt-for-win |
|
More...
|
about 11 years ago
|
= Improve CharMask implementation |
|
More...
|
about 11 years ago
|
Merge pull request #33 from alexander-myltsev/master |
|
More...
|
about 11 years ago
|
= Workaround for `prompt` string [bug](https://issues.scala-lang.org/browse/SI-8167) on Windows |
|
More...
|
about 11 years ago
|
= Implement string literal auto expansion, closes #46 |
|
More...
|
about 11 years ago
|