Skip to content

A JavaSST compiler written in Java as a study project at FSU Jena.

License

Notifications You must be signed in to change notification settings

Kr3b5/javaSST-compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FSU-JavaSST-Compiler

A JavaSST compiler written in Java as a study project at FSU Jena.
Report Bug

About The Project

Built With

Getting Started

Build the project with mvn clean package

This generates two .jar files in ./target:

  • FSUCompiler-1.0.jar - Compiler with dependencies
  • original-FSUCompile-1.0.jar - Compiler without dependencies

Usage

java -jar FSUCompiler-1.0.jar <java-file> <options>

Valid options:
    -dot : Print Dot File
    -debug: print Debug

To convert the .dot file to png use Graphviz:

dot -Tpng <filename>.dot -o <filename>.png

Example Output:

ast

License

Distributed under the MIT License. See LICENSE for more information.

Contact

(back to top)

About

A JavaSST compiler written in Java as a study project at FSU Jena.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages