Parsley 5.0.0-M7 - Anton's Milestone
Pre-release
Pre-release
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
andparsley.syntax.all
to allow for more seamless importing parsley-debug
now has adetectDivergence
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 theparsley-debug
functionality only, not with the oldparsley.debug
code (parsley.debugger
package is new here, naming subject to change).
New Contributors
Full Changelog: v5.0.0-M6...v5.0.0-M7