Posted 18 July 2016 - 10:26 PM
bfluac – convert bf to lua
HOW TO USE
[indent=1]bfluac.lua <file containing bf code> [extra arguments]
This will save the lua code to <filename>.bf.lua[/indent]
ARGUMENTS
[indent=1]-memLimit <number> allows you the set maximum value of a memory block (default 28-1)
-memBlocks <number> allows you the set how many memory blocks will be available for the program. Too low might cause crashes (default: 17)
-dbgSleep <number> how many seconds should the program wait before executing the next instruction (debug only) (default: 0.005)
+dbg enables debug mode for the program[/indent]
DOWNLOADS
[indent=1]9ymddf3E (pastebin) or admicos/bfluac (packman): bfluac[/indent]
[indent=1]b1m5khc0 (pastebin) or admicos/bfluac-helloworld (packman): hello world converted in bfluac (debug mode on and dbgSleep = 0.001)[/indent]
Also, the forum's WYSIWYG Editor might need some tweaking too
HOW TO USE
[indent=1]bfluac.lua <file containing bf code> [extra arguments]
This will save the lua code to <filename>.bf.lua[/indent]
ARGUMENTS
[indent=1]-memLimit <number> allows you the set maximum value of a memory block (default 28-1)
-memBlocks <number> allows you the set how many memory blocks will be available for the program. Too low might cause crashes (default: 17)
-dbgSleep <number> how many seconds should the program wait before executing the next instruction (debug only) (default: 0.005)
+dbg enables debug mode for the program[/indent]
DOWNLOADS
[indent=1]9ymddf3E (pastebin) or admicos/bfluac (packman): bfluac[/indent]
[indent=1]b1m5khc0 (pastebin) or admicos/bfluac-helloworld (packman): hello world converted in bfluac (debug mode on and dbgSleep = 0.001)[/indent]
Also, the forum's WYSIWYG Editor might need some tweaking too
Edited on 22 July 2016 - 05:37 PM