v1.10.1
This is a bug-fix release that fixes an error when compiling for 32-bit architectures.
Bug fixes
- Compiling on 32-bit architectures no longer cause a compilation error.
- Fix type-size test for 32-bit architectures without the
decimal
feature.
Custom syntax with state
- [
Engine::register_custom_syntax_with_state_raw
] is added. The custom syntax parser and implementation functions take on an additional parameter that holds a user-defined custom state which should substantially simplify writing some custom parsers. - [
Engine::register_custom_syntax_raw
] is deprecated.