Skip to content

0xleft/galang

Repository files navigation

GenAlpha lang 🤓

A programming language featuring simple AST generation and interpreter

Caution

This project is in very early changes in development expect drastic api changes and fixes.

Install

Windows

Download installer from here

gal.exe

Linux

curl https://raw.githubusercontent.com/0xleft/gal/main/install.sh | sudo bash
gal

Hello world ❤️

lowkey main{}
    fire std.println("hello world")
end

` or could also be written in one line
lowkey main{};fire std.println("hello world");end

Docs

Documentation docs folder.

Build from source

git clone https://github.com/0xleft/gal
cd gal
go build