module IGOL
Extended Modules
Defined in:
commands.crinterpreter.cr
parser.cr
state.cr
Class Method Summary
-
.interpret(state : GameOfLife, command : Command) : Tuple(GameOfLife, String)
def self.interpret(state : State, command : Command) : {State, String}
Instance Method Summary
- #apply_parser
- #coord_parser
- #evolve_parser
-
#parser
Interactive Game of Life Parser
- #pattern_parser
- #set_var_parser
- #show_parser
-
#signed_int
Parse.int is not converting into an int.
- #var_parser
- #ws
Class Method Detail
def self.interpret(state : State, command : Command) : {State, String}
Instance Method Detail
def signed_int
#
Parse.int is not converting into an int. Just matching group of digits within a string