Skip to content

cleitonPiccini/Blank

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blank Interpreter

Description

The Blank Interpreter is a "Blank Instructions" interpreter created in JAVA as exercise of Programming I class @ UFFS

Compiling

At the "fonte" folder: javac *.java */*/*.java

Creating JAR File

Use the following code at the "fonte" folder:
jar -cmfv manifest.txt ../Blank.jar *.class blank/lang/*.class

Running

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}

About

JAVA Language Interpreter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%