Tutorial/Compilation
Compiling Unrelated Files
Compiling a single Neko source file into Neko bytecode is simple. If the file name is test.neko, then run
nekoc test.neko
to produce test.n.
You may also pass in multiple files to be compiled, but each one will be compiled separately.