The Skull Compiler
Since last release, the skullc
Skull Compiler has been created. It is still in a very experimental state, but usable enough to constitue a release.
In the future, skullc
will just become skull
, and the existing REPL system will be phased out. For now, while things are being shifted over, they will remain seperate.
Getting up and running with Skull is very easy:
$ sudo make install
$ echo "return 0" > main.sk
$ skullc main.sk
$ ./main
Give it a try!