Table of Contents - brainfuck_ruby-0.1.0 Documentation
Classes and Modules
Methods
- ::new — BrainfuckRuby::Interpreter
- #current_cell_character — BrainfuckRuby::Interpreter
- #current_cell_value — BrainfuckRuby::Interpreter
- #current_cell_value= — BrainfuckRuby::Interpreter
- #current_instruction — BrainfuckRuby::Interpreter
- #cursor= — BrainfuckRuby::Interpreter
- #decrement! — BrainfuckRuby::Interpreter
- #execute! — BrainfuckRuby::Interpreter
- #goto_closing_brace! — BrainfuckRuby::Interpreter
- #goto_matching_brace_to_the — BrainfuckRuby::Interpreter
- #goto_opening_brace! — BrainfuckRuby::Interpreter
- #handle_instruction! — BrainfuckRuby::Interpreter
- #increment! — BrainfuckRuby::Interpreter
- #left! — BrainfuckRuby::Interpreter
- #next_instruction! — BrainfuckRuby::Interpreter
- #numeric? — BrainfuckRuby::Interpreter
- #print! — BrainfuckRuby::Interpreter
- #read! — BrainfuckRuby::Interpreter
- #reset! — BrainfuckRuby::Interpreter
- #right! — BrainfuckRuby::Interpreter