viniciusrplima / mee-3

Math Expressions Evaluator III

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Math Expressions Evaluator III

Math expressions evaluator written with jflex and cup.

Building

Run the ant compile task to compile classes.

ant

Running

Run the run.sh script which run the class com.pacheco.mee_3.Main. You must give a file to parse too.

chmod +x run.sh
./run.sh test.txt

About

Math Expressions Evaluator III


Languages

Language:Lex 77.8%Language:Java 16.8%Language:Shell 5.4%