Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
tesh
main
Tesh
CLI
ExportStatement
Expression
ExpressionStatement
Identifier
Lexer
LexerError
Node
ParseError
Parser
Program
REPL
ReturnStatement
Statement
Token
Built with Crystal 1.9.2
2023-10-07 10:27:38 UTC
class
Tesh::Expression
Tesh::Expression
Reference
Object
Defined in:
tesh/ast.cr
Constructors
.new
(node : Tesh::Node)
Instance Method Summary
#node
: Tesh::Node
#token_literal
#value
Constructor Detail
def self.
new
(node :
Tesh::Node
)
#
[
View source
]
Instance Method Detail
def
node
:
Tesh::Node
#
[
View source
]
def
token_literal
#
[
View source
]
def
value
#
[
View source
]