chancehudson / ashlang

Apache License 2.0
9 stars 2 forks source link

Order of operations is not respected #24

Closed chancehudson closed 2 months ago

chancehudson commented 2 months ago

Order of operations are incorrect for expressions with multiple operations. e.g. x + y * z is evaluated as (x + y) * z