Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 436 Bytes

File metadata and controls

17 lines (12 loc) · 436 Bytes

Math Eval

A command line interface to parse mathematical expressions made in C to experiment with parsers and compilers.

DISCLAIMER: Limited error handling at the moment 💀

Usage

math_eval [[args]]

Arguments

  • --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.