README
Top Level Namespace
Drizzle
AST
BlockStatement
BooleanLiteral
CallExpression
Expression
ExpressionStatement
Function
Identifier
IfStatement
InfixExpression
IntegerLiteral
Let
Node
PrefixExpression
Program
Return
Statement
TypedIdentifier
Environment
Evaluator
InfixParser
Lexer
Object
Boolean
Error
Function
Integer
Null
Object
ObjectType
ReturnValue
Parser
Precedence
PrefixParser
REPL
Token
TokenType
class
Drizzle::Object::Error
Drizzle::Object::Error
Drizzle::Object::Object
Reference
Object
Defined in:
drizzle/object/error.cr
Constructors
.new
(message)
Instance Method Summary
#inspect
: String
#message
: String
Instance methods inherited from class
Drizzle::Object::Object
inspect : String
inspect
,
object_type : Drizzle::Object::ObjectType
object_type
Constructor methods inherited from class
Drizzle::Object::Object
new
new
Constructor Detail
def self.
new
(message)
#
[
View source
]
Instance Method Detail
def
inspect
: String
#
[
View source
]
def
message
: String
#
[
View source
]