Skip to content

v1.10.1

Compare
Choose a tag to compare
@schungx schungx released this 22 Sep 13:17
· 907 commits to main since this release
a5c3c11

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.