The Blank Interpreter is a "Blank Instructions" interpreter created in JAVA as exercise of Programming I class @ UFFS
At the "fonte" folder:
javac *.java */*/*.java
Use the following code at the "fonte" folder:
jar -cmfv manifest.txt ../Blank.jar *.class blank/lang/*.class
The Blank Interpreter needs a file with Blank Instructions to work. You can use any on the /exemplos
folder. Use the following command at the root folder after generate the JAR file:
java -jar Blank.jar {file}