Execute Brain****/Lua: Difference between revisions

A little more heading material
(Added RCBF templates....do we still need these?)
(A little more heading material)
Line 1:
{{implementation|Brainf***}}{{collection|RCBF}}
An implementation of a Brainf*** interpreter in [[Lua]].
<lang lua>
<lang lua>memory = {0} --memory is bounded on one side, at 1
 
program = io.read() --loads an entire program at once, must not contain newlines
Anonymous user