Home - Minecraftian14/JShortyOutlet GitHub Wiki

Hey there! How's your day 😁?

This is the JShorty wiki!


What is JShorty?

A pre-compiler utility allowing the customized definition of syntax in a usual java program to provide freedom from repetitive code and boilerplates.

To keep project simple and reduce dependencies complexities, JShorty will not modify any Java files. Instead the customizable java files should have the format ".jst" or "__JST.jst".

The main mechanism working behind this tool is to collect all jshorty files present in the project and write their converted java sources in a generated directory.

How powerful is this tool?

The target is to make it as flexible and easy as possible while being able enough to define just any kind of syntax possible.

How to add a custom syntax?

Follow this guide towards making a simple syntax Getting Started