No description
Find a file
2025-11-14 15:54:48 +01:00
example feat(calc): supports function definition and evaluation 2025-11-10 17:31:41 +01:00
lib style(calc): more readable 2025-11-14 15:54:48 +01:00
src feat(calc): supports function definition and evaluation 2025-11-10 17:31:41 +01:00
test feat(calc): strengthen reducing 2025-11-08 21:31:48 +01:00
.formatter.exs Initial commit 2025-11-04 12:16:57 +01:00
.gitignore build(mix): missing yecc and leex compilers in project 2025-11-04 12:34:58 +01:00
mix.exs refactor(calc): replace Ratio libs by internal code 2025-11-09 22:54:58 +01:00
mix.lock feat(calc): use rational number for abitrary precision 2025-11-08 23:31:59 +01:00
README.md feat(calc): supports unary minus 2025-11-10 00:06:09 +01:00

ElixirMathParser

A math script parser in Elixir.

Using leex, yecc and a modified version of Ratio from hexpm.