-
Notifications
You must be signed in to change notification settings - Fork 153
Features
Dave DeLong edited this page Sep 18, 2015
·
2 revisions
- interpreting strings as mathematical expressions
- expression evaluation
- [[parsing unicode fractions such as
½
or⅞
|Unicode]] - [[parsing superscripts as exponents:
2²
|Unicode]] - localized numbers parsing
- publicly accessible intermediate representations
- descriptive error reporting
- custom binary and unary operators
- custom tokens for existing operators
- custom functions
- lazy function binding
- built-in functions overriding
- dynamic function resolution
- dynamic variable resolution
- expression simplification
- flexible and expandable expression rewriting