Skip to content

JakeOJeff/lat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

160 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LatLang

Logo

Stars Commits Downloads License

A Language which compiles to Lua, built for LÖVE. Written in Ruby!

Syntax inspired by Lua, Ruby, Python and Java

Requirements

Setup

1. Clone this repo

    git clone https://github.com/JakeOJeff/lat.git
    cd lat

2. Install it

Linux/MacOS (tbd)

    chmod +x install/install.sh
    ./install/install.sh

Windows

    install\install.bat

Usage

    lat ^<file.lat^> # compile and run
    lat build # compile only
    lat run # compile last build

Syntax

Syntax guide coming soon. See guide.md or the Wiki for now.

Demo:

2025-11-30.15-07-44.mp4