Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.
/ javasst Public archive

University project: developing a compiler for a reduced Java dialect.

Notifications You must be signed in to change notification settings

jnodorp/javasst

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaSST Compiler

This is a compiler for a Java subset created within a lecture held at the University of Jena in winter semester 2015/2016. It is written in Scala.

Error Codes

Code Meaning Resolution
0 The compilation finished successfully
3 Wrong number of arguments Specify exactly one argument: The file you want to compile
4 File not found Make sure the file you specified exists. Try to use absolute paths
5 Unable to write output to filesystem Make sure the temp directory is writable for your user
6 'dot' tool not in PATH Install GraphViz and add it to your path

About

University project: developing a compiler for a reduced Java dialect.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published