Expression v0.9.2 Release Notes

Release Date: 2017-12-15 // over 6 years ago
    • A dot followed by a digit is now treated as a floating point literal instead of an identifier
    • Parens are no longer stripped around function arguments containing a comma operator (tuples)
    • ๐Ÿ›  Fixed edge case when printing description for operators containing special characters
    • ๐Ÿ”จ Refactored parser implementation to removed unreachable code and improve test coverage
    • ๐Ÿ‘Œ Improved error message when trying to pass multiple arguments to an array subscript