Skip to content

v0.1

Latest
Compare
Choose a tag to compare
@thevpc thevpc released this 31 Aug 07:17
· 4 commits to master since this release

First Release of the programming language
Here is how to install the compiler (you need to install nuts package manager first), write a hello world file, and finally compile and run it

nuts install hl
echo 'println("hello world");' > your-file.hl 
nuts hl your-file.hl