Skip to content

0.2.0

Compare
Choose a tag to compare
@parasyte parasyte released this 10 Feb 22:03
· 5 commits to main since this release
56cffbe

Improvements:

  • Make low-level parsing methods on TokenIterExt non-consuming when an error is returned. (#8)

Fixes:

  • Literal::as_string() was inappropriately trimming whitespace. (#11)

Breaking changes:

  • Methods on TokenIterExt have been replaced to allow for non-consuming error handling:
    • as_group() -> try_group()
    • as_ident() -> try_ident()
    • as_lit() -> try_lit()
    • as_punct() -> try_punct()