Skip to content

A full-blown compiler implementation for a subset of the Java language.

Notifications You must be signed in to change notification settings

kkmanos/minimal-java-compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minimal Java Compiler

Koukoularis Emmanouil - sdi1700262

Compilation & Testing

For compilation, on the src/ directory, execute the following command:

make compile

To test the compiler, run the following command which will compile and execute the program:

make exec file=/path/to/file_to_compile_and_exec.java

Example:

make exec file=./tests/main.java

About

A full-blown compiler implementation for a subset of the Java language.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages