Skip to content

Parsley 5.0.0-M7 - Anton's Milestone

Pre-release
Pre-release
Compare
Choose a tag to compare
@j-mie6 j-mie6 released this 27 Dec 18:58
· 60 commits to staging/5.0 since this release
175a071

Here @keynmol, all the convenience you ever asked for (and M8 will follow soon with native 0.5 support)

What's Changed

  • Update effective-lexing.md to more clearly callout the lexing API by @rmgk in #240
  • Flattened the parsley.token packages a bit more to cut down on imports
  • Introduces parsley.quick and parsley.syntax.all to allow for more seamless importing
  • parsley-debug now has a detectDivergence mode, and there is a proper console debugger backend built in.
  • parsley-debug now has an @parsley.debuggable annotation which will automatically give names to all parsers within an object it is applied to. This works with the parsley-debug functionality only, not with the old parsley.debug code (parsley.debugger package is new here, naming subject to change).

New Contributors

  • @rmgk made their first contribution in #240

Full Changelog: v5.0.0-M6...v5.0.0-M7