Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 746 Bytes

File metadata and controls

17 lines (13 loc) · 746 Bytes

roblox-java RJ

Makefile CI
A full-on compiler for converting Java code into Luau code.

IN DEVELOPMENT. WINDOWS ONLY AT THE MOMENT (might add linux or mac support in the future).

You can help contribute by forking, and making a pull request!

GNU REQUIRES GCC AND GNU Make

HOW TO COMPILE AND USE THE COMPILER:

  1. Copy the Repo into a directory
  2. In Command Prompt, go to the directory and run 'make' to generate a .exe
  3. Use the .exe by typing 'jtl' in Command Prompt
  4. You can add the .exe to PATH to your liking, and run it as a global command