module

IGOL

Class methods

interpret(state : GameOfLife, command : Command) : Tuple(GameOfLife, String)

def self.interpret(state : State, command : Command) : {State, String}

Source

Instance methods

apply_parser
Source
coord_parser
Source
evolve_parser
Source
parser

Interactive Game of Life Parser

Source
pattern_parser
Source
set_var_parser
Source
show_parser
Source
signed_int

Parse.int is not converting into an int. Just matching group of digits within a string

Source
var_parser
Source

Nested types