a fun little math project for interpretation and compilation of math expression, its pretty buggy. i will most likely rewrite it one day, since i dislike the code base and structure
- ninja
- a C compiler (clang in my case but any would do)
install the used compiler and ninja (see dependencies)
and then just run ninja in the main dir
you can also change the $cc variable in the build file
to a compiler you like (needs to support C11)
type in ./mathc in the console after compiling
then something looking like a console should pop up where you can start typing your math expressions and commands
- cls - to clear the console
- h - to open up the help menu
- q - to quit
- operators
you can use
+ - * / ^