Crafter-Y / SkriptLang-Compiler

Compile Skript to Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SkriptLang-Compiler

This project aims to compile the "code" files designed for the Minecraft Plugin Skript into a Java Paper Plugin. I know that I will never completely implement the Skript specifications und I also know that I will definitely overengineer some parts of my application. It's fine, this is just a side Project, that I can get distracted with.

Usage

To "compile" something:

java -jar skriptlangcompiler-1.0-shaded.jar ./inputfolder ./outputfolder (seed)

The input folder should contain individual files with .sk types. Folders and files prefixed with - will be ignored.

To generate coverage data: (requires graphviz)

java -jar skriptlangcompiler-1.0-shaded.jar status

About

Compile Skript to Java


Languages

Language:Java 99.8%Language:Python 0.2%