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

Content added Content deleted
(add Ruby)
 
m (needs attention: nested loops)
Line 1: Line 1:
{{implementation|Brainf***}}{{collection|RCBF}}[[Category:Ruby]]
{{implementation|Brainf***}}{{collection|RCBF}}[[Category:Ruby]]
{{needs-review|Ruby|'''Does not handle nested loops.'''}}
More effort could be made to read a program from a file or from stdin.
More effort could be made to read a program from a file or from stdin.

<lang ruby>class RCBF
<lang ruby>class RCBF
def initialize(program)
def initialize(program)