Printtokens: A Java token parser program (with errors). PrinttokensJUnitTest: Unit test code to streamline testing. Requires Maven to compile.
mvn compile
Run Without Arguments
mvn exec:java Run With a Test File mvn exec:java -Dexec.args="test.txt"
mvn test