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
class
Repl
Repl
Reference
Object
Defined in:
lib/repl.cr
Constructors
.new
(history : String, &process : String -> _)
Class Method Summary
.eval_and_print
(process, input)
.load_history
(fancy, history)
.write_history
(fancy, history)
Constructor Detail
def self.
new
(history : String, &process : String -> _)
#
[
View source
]
Class Method Detail
def self.
eval_and_print
(process, input)
#
[
View source
]
def self.
load_history
(fancy, history)
#
[
View source
]
def self.
write_history
(fancy, history)
#
[
View source
]