Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
funk
master
Funk
Ast
AstSchemePrinter
Block
Boolean
CallExpression
DefStatement
Errors
StandardError
SyntaxError
UnexpectedToken
UnknownEscapeSequence
ExpressionStatement
Identifier
IfExpression
InfixExpression
Lambda
Lexer
Null
Numeric
Parser
Precedences
Position
PrefixExpression
Program
Reader
Repl
ReturnStatement
StringNode
Token
TokenType
Visitor
WhileStatement
Built with Crystal 1.9.2
2023-10-08 13:58:29 UTC
class
Funk::Repl
Funk::Repl
Reference
Object
Defined in:
repl.cr
Class Method Summary
.run
Instance Method Summary
#count
: Int32
#count=
(count : Int32)
#print_exception
(exc : Exception, msg : String =
""
)
#prompt
#run
Class Method Detail
def self.
run
#
[
View source
]
Instance Method Detail
def
count
: Int32
#
[
View source
]
def
count=
(count : Int32)
#
[
View source
]
def
print_exception
(exc : Exception, msg : String =
""
)
#
[
View source
]
def
prompt
#
[
View source
]
def
run
#
[
View source
]