Skip to content

Releases: Muqsit/arithmexp

v0.1.2

28 Sep 17:43
Compare
Choose a tag to compare
  • Fix a bug causing the parser to go in an endless loop

v0.1.1

28 Sep 17:29
Compare
Choose a tag to compare
Bump version to v0.1.1

v0.1.0

28 Sep 17:19
Compare
Choose a tag to compare

v0.0.7

25 Sep 04:53
Compare
Choose a tag to compare
  • Operator precedence now factors in operator associativity (#6)
  • Binary operators in expressions are resolved during parsing stage instead of during the evaluation stage (performance improvement)

v0.0.6

24 Sep 17:43
Compare
Choose a tag to compare
  • Improve performance of Expression::evaluate()

v0.0.5

24 Sep 13:00
Compare
Choose a tag to compare
  • Throw a ParseException if the binary token tree is improperly formatted
    • This throws an exception during the parsing stage in expressions such as 2b, b c d, etc.

v0.0.4

24 Sep 09:22
Compare
Choose a tag to compare
  • Postfix expression has spaces in-between when var_dump()-ing an Expression

v0.0.3

24 Sep 08:18
Compare
Choose a tag to compare
  • Added support for exponential (**) binary operator
  • Added support for modulo (%) binary operator

v0.0.2

24 Sep 05:33
Compare
Choose a tag to compare
Bump version to 0.0.2

Initial Release

24 Sep 05:20
Compare
Choose a tag to compare

This is the initial release of muqsit/arithmexp.