TangentFoxy / LuaFuck

(ON HOLD) Translation program to run Brainfuck code in Lua.
MIT License
2 stars 2 forks source link

Comment preservation option! #13

Open TangentFoxy opened 8 years ago

TangentFoxy commented 8 years ago

When this is added and used, any comments entered will be stored in a string and output with a preceding \n and a closing \n

Additionally, when an optimization loop removal is invoked, that loop's contents will be treated as a comment and also placed in the output.