v0.27.0 - Fast parsing with SLL mode and improved comment parsing
Pre-release
Pre-release
- 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