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.
Download installer from here
gal.exe
curl https://raw.githubusercontent.com/0xleft/gal/main/install.sh | sudo bash
gal
lowkey main{}
fire std.println("hello world")
end
` or could also be written in one line
lowkey main{};fire std.println("hello world");end
Documentation docs folder.
git clone https://github.com/0xleft/gal
cd gal
go build