Posted 02 January 2015 - 07:59 PM
lc is a lua compiler.
usage <lc -o <output file> <input>>
you can also compile multiple files together into one.
usage <lc -o <output file> <input1> <input 2>>
you can also compile a directory with unlimited recursive searching.
usage <lc -d <output file> <input directory>>
to run it you have to use the command: <lc -r <compiled program>>, in the future i might embed code to make it run without lc. changed it, it now does this
to install: pastebin get mHBQPKrM lc
if you have any questions just ask i will answer/fix
usage <lc -o <output file> <input>>
you can also compile multiple files together into one.
usage <lc -o <output file> <input1> <input 2>>
you can also compile a directory with unlimited recursive searching.
usage <lc -d <output file> <input directory>>
to install: pastebin get mHBQPKrM lc
if you have any questions just ask i will answer/fix
Edited on 02 January 2015 - 11:50 PM