Skip to content

Final Compilers project of an IBM PL/0 to Java bytecode translator

License

Notifications You must be signed in to change notification settings

felipeanchieta/pl0-to-jvm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PL/0 -> Java Bytecode Translator

How to build

Having Maven 3 installed in your computer, type:

>>> mvn compile
>>> mvn package

By doing so, you will generate the JAR file in the target directory.

How to run

You can run the JAR by typing:

>>> cd target
>>> java -jar pl0compiler-1.0-RELEASE.jar <filename_to_be_translated>

About

Final Compilers project of an IBM PL/0 to Java bytecode translator

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages