narrowtux / abacus

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

Eval literals does not work #17

Open h4cc opened 4 years ago

h4cc commented 4 years ago

Should return "1234":

iex(13)> Abacus.eval("\"1234\"", %{})
{:ok, 1234}