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
ArgumentsForEachCommand
Options_Main_of_clim_library
Option_help
Option_version
OptionsForEachCommand
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
ArgumentsForEachCommand
Options_Main_of_clim_library
Option_help
Option_version
OptionsForEachCommand
RunProc
Repl
Runtime
Generated using Crystal 1.16.3
2025-06-28 16:56:22 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
]