| Platform | Version | Download |
|---|---|---|
| Linux x86_64 | v0.0.10 | Download |
| Linux ARM64 | v0.0.10 | Download (Please wait...) |
| catbase.md | v0.0.10 | Download |
$ tar -zxvf ./catbase_v0.0.10_linux_x86_64.tar.gz
$ cd catbase_v0.0.10
$ ./setup-deps.sh
$ ./bin/catcc ./examples/test_aa_HelloWorld.cat
Compiling ./examples/test_aa_HelloWorld.cat...
Invoking CatBase bin compiler...
Compilation successful.
$ ./test_aa_HelloWorld
Hello world!