Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
byoidsl
master
CLI
Counter
CounterState
Er
Minus
Op
Plus
Counter_CLI
Command_Main_of_clim_library
Arguments_Main_of_clim_library
Argument_filepath
Arguments_Main_of_clim_library
Argument_filepath
Options_Main_of_clim_library
Option_help
Option_version
Options_Main_of_clim_library
Option_help
Option_version
RunProc
IGOL
Apply
Command
Evolve
GameOfLife
Pattern
Point
SetVar
Show
State
VarName
IGOL_CLI
Command_Main_of_clim_library
Arguments_Main_of_clim_library
Argument_filepath
Arguments_Main_of_clim_library
Argument_filepath
Options_Main_of_clim_library
Option_help
Option_version
Options_Main_of_clim_library
Option_help
Option_version
RunProc
Repl
Runtime
Built with Crystal 1.9.2
2023-10-08 11:58:39 UTC
module
Counter
Defined in:
counter/counter.cr
Class Method Summary
.interpret
(state : CounterState, op : Op) : Tuple(CounterState, String)
.parse
(input : String) : Op | Er
.runtime
.version
Class Method Detail
def self.
interpret
(state :
CounterState
, op :
Op
) : Tuple(
CounterState
, String)
#
[
View source
]
def self.
parse
(input : String) :
Op
|
Er
#
[
View source
]
def self.
runtime
#
[
View source
]
def self.
version
#
[
View source
]