Skip to content

0.3.2: Parsing Parsnips

Compare
Choose a tag to compare
@jpsim jpsim released this 07 Apr 06:38

Lots of parsing-related features and bug fixes in this release.

Breaking

None.

Enhancements
Bug Fixes
  • Fixed out-of-bounds exception when parsing the declaration in files starting
    with a declaration.
    JP Simard
    #30
  • Fixed out-of-bounds exception and inaccurate parsed declarations when using
    multibyte characters.
    JP Simard
    #35
  • Fixed parsing issues with keyword functions such as subscript, init and
    deinit.
    JP Simard
    #27
  • Fixed issues where USR wasn't accurate because dependencies couldn't be
    resolved.
    JP Simard