parboiled2
parboiled2 copied to clipboard
A macro-based PEG parser generator for Scala 2.10+
If you want to parse UTF-8 encoded strings you currently have to first decode the complete input before being able to start the parser. Especially in the light of https://github.com/sirthias/parboiled2/issues/26...
E.g. `parser.foo.run(withEOI = true)` or `parser.foo.run(trace = true)`
There is issue https://github.com/github/markup/issues/71 in section title `parboiled2 vs. parboiled 1.x`. The not so cool workaround I was suggested is to remove the dot. Or we can wait until issue...
Currently parsing simply fails if the grammar expects more content after the current EOI (end of input) has been reached. In an alternative mode the parser could return a continuation...
Currently the parser has be restarted from the beginning of the input for every error rule trace. If we make use of the coming continuation parsing infrastructure we should be...
Updates [org.scalacheck:scalacheck](https://github.com/typelevel/scalacheck) from 1.16.0 to 1.17.0. [GitHub Release Notes](https://github.com/typelevel/scalacheck/releases/tag/v1.17.0) - [Version Diff](https://github.com/typelevel/scalacheck/compare/v1.16.0...v1.17.0) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...
Updates * [org.scala-lang:scala-library](https://github.com/scala/scala) * [org.scala-lang:scala-reflect](https://github.com/scala/scala) from 2.12.16 to 2.12.17. [GitHub Release Notes](https://github.com/scala/scala/releases/tag/v2.12.17) - [Version Diff](https://github.com/scala/scala/compare/v2.12.16...v2.12.17) I'll automatically update this PR to resolve conflicts as long as you don't change it...
Updates * [org.scala-js:sbt-scalajs](https://github.com/scala-js/scala-js) * [org.scala-js:scalajs-compiler](https://github.com/scala-js/scala-js) * [org.scala-js:scalajs-library](https://github.com/scala-js/scala-js) * [org.scala-js:scalajs-library_2.13](https://github.com/scala-js/scala-js) * [org.scala-js:scalajs-test-bridge](https://github.com/scala-js/scala-js) * [org.scala-js:scalajs-test-bridge_2.13](https://github.com/scala-js/scala-js) from 1.10.1 to 1.11.0. [GitHub Release Notes](https://github.com/scala-js/scala-js/releases/tag/v1.11.0) - [Version Diff](https://github.com/scala-js/scala-js/compare/v1.10.1...v1.11.0) I'll automatically update this PR to resolve...
Updates [com.lihaoyi:utest](https://github.com/com-lihaoyi/utest) from 0.8.0 to 0.8.1. [GitHub Release Notes](https://github.com/com-lihaoyi/utest/releases/tag/0.8.1) - [Version Diff](https://github.com/com-lihaoyi/utest/compare/0.8.0...0.8.1) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...