class Marbles::Interpreter

Defined in:

marbles/interpreter.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(lines : Array(String)) #

[View source]

Instance Method Detail

def handle(command : Char) #

[View source]
def next_expression #

[View source]
def next_input #

[View source]
def next_number #

[View source]
def next_string #

[View source]
def next_var #

[View source]
def run #

[View source]