Skip to content

v0.27.0 - Fast parsing with SLL mode and improved comment parsing

Pre-release
Pre-release
Compare
Choose a tag to compare
@douira douira released this 13 Jun 00:40
· 539 commits to main since this release
97fff34
  • Added option for SLL only, LL only and SLL with a fallback of LL parsing to TransformationManager for much faster parsing
  • Refactored lexer grammar to parse line and block comments more precisely
  • Fixed issues with comments not being parsed in # and preprocessor modes (There is an open issue #17)
  • Added performance tests
  • Improved test base classes

Full Changelog: v0.26.0...v0.27.0