Translation program to run Brainfuck code in Lua.
Supports several command-line options and extensions, listed below.
luafuck.lua - Compiles Brainfuck code into Lua code.
lua luafuck.lua [IN_FILE] [OPTIONS]
(Note: OPTIONS must be specified individually. -vds
won't work for example.)
-v, --version
-V, --verbose
-d, --debug
-o filename, --out=filename
-e extension1 extension2, --extensions=extension1,extension2
--extensions=
form works right now!)-h, --help
#
and !
instructions.#
prints out the first 10 memory cells, and 9 memory cells surrounding
the currently selected memory cell.!
makes the rest of the file get placed into the input buffer. (Instead
of reading from keyboard.)