Skip to content

v0.0.17

Compare
Choose a tag to compare
@release-drafter release-drafter released this 25 Aug 09:04
· 32 commits to refs/heads/master since this release
ab56869

Release Notes

Features

  • Allow .*/third_party/.* includes without parsing those files. @iphydf (#82)

Performance improvements

  • Use ByteString for lexer; decode to Text immediately. @iphydf (#80)

Bug Fixes

  • Correct order of statements within a scoped define/undef. @iphydf (#81)
  • Return lexemes in a CommentF. @iphydf (#79)

Maintenance (Code cleanup)