a tiny expression interpreter (calculator) in rs - supports variables & functions.
usage:
throw in your expression in a .cord file
problem.cord
3 + 2 / log(100) * 40
and run cord [filename]
resources:
- crafting interpreters
- recursive descent parsing