Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
cryslisp
main
Cryslisp
Evaluator
Lexer
LispBoolean
LispList
LispNil
LispNumber
LispString
LispSymbol
LispValue
Parser
Built with Crystal 1.9.2
2023-10-07 17:33:13 UTC
class
Cryslisp::Evaluator
Cryslisp::Evaluator
Reference
Object
Defined in:
evaluator.cr
Constructors
.new
Instance Method Summary
#eval
(expr : LispValue) : LispValue
Whats wrong here?
Constructor Detail
def self.
new
#
[
View source
]
Instance Method Detail
def
eval
(expr :
LispValue
) :
LispValue
#
Whats wrong here?
[
View source
]