- Clang / LLVM
- Go (1.22 or newer)
git clone https://github.com/Glowman554/FireStorm
cd FireStorm/fire
go install
mkdir <project name>
cd <project name>
fire init --name=<project name> --executable
$use <stdlib@1.0.6>
$include <std.fl>
function spark(int argc, str[] argv) -> int {
prints("Hello world!");
return 0;
}