Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 835 Bytes

File metadata and controls

24 lines (18 loc) · 835 Bytes

Arucas

Release

Arucas is an Interpreted Language using Java, with similar syntax to Java.

A huge thank you to HardCoded for helping immensely with this project

Here is the reference code for this project and uses much of the same basic logic, although a large amount of code has been rewritten by myself to function with Java, as the reference code was written in python.

This was made largely for a project for a Minecraft mod that can be found here

Usage

repositories {
    maven { url 'https://jitpack.io' }
}

dependencies {
    implementation 'com.github.senseiwells:Arucas:version'
}