An overly complicated expression evaluation in C.
My first attempt at making a proper C project
Why Not?. I'm bored, I've nothing to do. And a project like this is one hell of a learning experience.
Make sure that you've a c compiler GCC or clang
git clone https://github.com/Adwaith-Rajesh/c_eval.git
cd c_eval
gcc nobuild.c -o ./nobuild
./nobuild
chmod +x run.sh
./run.sh '( 3.56 * ( 20 * 3 ) + 1 )'
214.600000
make sure to leave space between operators and operands