Skip to content

Crafter-Y/SkriptLang-Compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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