A command line interface to parse mathematical expressions made in C to experiment with parsers and compilers.
DISCLAIMER: Limited error handling at the moment 💀
math_eval [[args]]--h: Prints a help message. (similar to this readme, but better!)--f [filepath]: Specify the file to read the expression from--e [expression]: Specify the expression to evaluate.