Kr3b5 / javaSST-compiler

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:Java 100.0%