Skip to content

1.4.2

Choose a tag to compare

@NTDLS NTDLS released this 27 Oct 04:06
· 46 commits to main since this release
  • Added unit tests.
  • Resolved issue with freestanding not as first character.
  • Resolved issue with operation count for functions.
  • Resolved missing tanh function.
  • Moved from IsNumber to IsDigit for optimized parsing.
  • Improved inlining
  • Addition of new built-in functions.: clamp, deg, rad, hypot, logn, prod, rand, round, sign, trunc, if, count, pi, e
  • Improved caching, added multiple layers: pre-parsed cache and pre-computed cache.
  • Resolved decimal truncation and formatting and issues with ambiguous functions.
  • Added support for NULLs in expressions.
  • Added parser options.
  • Major optimizations and improvements to the parsing engine.

Be sure to check out the NuGet package: https://www.nuget.org/packages/NTDLS.ExpressionParser/1.4.2