The Naughty compiler to C
-
run 'make clean' in /bloococo directory
-
run 'make' in /bloococo directory
-
run /bloococo/nstdlib/createNaughtLibrary.sh
-
place naughty '.n' files /bloococo/naughtfiles/ directory
-
in /bloococo/naughtfiles directory, run 'make $(filename)' where filename is the 'filename'.n file.
-
you can also just make the compiler then run ./comp <filename.n> -o <output.c> to compile Naughty-To-C.