Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
crylox
main
Crylox
ASTPrinter
Binary
CLI
Expr
Expression
Grouping
Literal
LiteralType
ParseError
Parser
Print
Scanner
Stmt
Token
TokenType
Unary
Interpreter
Lox
Generated using Crystal 1.14.0
2024-11-26 09:52:13 UTC
module
Lox
Defined in:
lox.cr
Class Method Summary
.error
(token : Token, message : String)
.report
(line : Int32, where : String, message : String)
Class Method Detail
def self.
error
(token : Token, message : String)
#
[
View source
]
def self.
report
(line : Int32, where : String, message : String)
#
[
View source
]