narrowtux / abacus

Parses and evaluates mathematical expressions in Elixir. Inspired by math.js
MIT License
85 stars 18 forks source link

Fixed match for with-expressions in tree_reduce.ex #13

Closed h4cc closed 6 years ago

h4cc commented 6 years ago

The '=' will crash but the '<-' will not :)