Expression v0.5.0 Release Notes

Release Date: 2017-04-12 // about 7 years ago
    • โž• Added support for multi-character operators, and precedence rules for most standard operators
    • โž• Added special-case support for implementing a ternary ?: operator with 3 arguments
    • Static constants are now replaced by their literal values at initialization time, reducing lookup overhead
    • Constant expressions are now computed once at initialization time and then cached
    • Numeric literals are now stored as Doubles instead of Strings, avoiding conversion overhead
    • ๐Ÿ›  Fixed bug where printing an expression omitted the parens around sub-expressions
    • ๐Ÿ›  Fixed crash when parsing a trailing postfix operator preceded by a space
    • ๐Ÿ›  Fixed bug in Colors example when running on 32-bit