Publisher | ZzAtomiic |
---|---|
File size | 733.58kB |
Number of files | 19 |
Latest version | 3.0.0 |
Latest release date | 2022-06-07 08:25:31 |
First release date | 2019-06-06 07:44:09 |
Supported Unity versions | 2018.4.2 or higher |
Expressio it's an Automatic Parser and Solver of custom provided arithmetical expressions.
It supports an indefinite level of nested expressions while keeping a consistent, memory-efficient and rapid evaluation technique.
Expressio allows to dynamically provide an expression to solve supporting functions, variables, operators and constants.
Features:
- Fast and performant evaluations; (Optimized for multiple calls)
- Smart cache, re-evaluate only the changed contexts of the expression tree;
- Extensible set of functions with default implementations;
- Jump-start with full documentation (Offline pdf included!);
- Multiple namespaces to target specific implementations, each compiled for performance;
- Array namespaces for double and float types;
- Covered by Unit Tests;
(Until further requests, targets .NET 4.x)