Getting Started
A guide on the Wu language.
Installing the Language
$ curl https://sh.rustup.rs -sSf | sh$ git clone https://github.com/wu-lang/wu
$ cd wu/
$ cargo install --path .$ wu
The Wu Compiler
- made by Niels
Usage:
wu # Show this message
wu <file> # Compile .wu file to corresponding .lua file
wu <folder> # Compile all .wu files in given folder
wu clean <folder> # Removes all compiled .lua files in given folderLast updated