Requires link.exe (MSVC) and nasm.exe to be in PATH. main.why will be compiled
into the binary found in out.exe.
When on Linux, gcc will be used for linking and wine for execution (both of which need to be in PATH).
nasm.exe is still required.
Designed to work on Windows linking with kernel32.lib for system calls.
The master branch should now contain a semi-stable version whereas
the latest version can be found on dev. I also use dev to sync
my work so expect constant breaking changes on that branch.