Bug Fixes
- Fix IndexError crash when parsing C++ raw string literals containing braces (#451)
- Added proper tokenization for C++ raw string literals (
R"delimiter(content)delimiter") - Enhanced lizardns extension with defensive invariant protection
- Prevents misinterpretation of braces within string literals as structural elements
- Added proper tokenization for C++ raw string literals (
Improvements
- Improved robustness of nested structures counting extension
- Better error handling for edge cases in tokenization
What's Changed
Full Changelog: 1.19.0...1.20.0