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.execurl https://raw.githubusercontent.com/0xleft/gal/main/install.sh | sudo bash
gallowkey 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