class Taro::Compiler::Ast::ASTViewer
Defined in:
compiler/parser/ast/ast_viewer.cr
Constant Summary
-
COLORS =
[:light_green, :light_blue, :light_magenta, :light_cyan, :light_gray, :dark_gray]
Constructors
Instance Method Summary
Constructor Detail
Instance Method Detail
def
visit(node : NilLiteral)
#
def
visit(node : IntegerLiteral)
#
def
visit(node : FloatLiteral)
#
def
visit(node : BooleanLiteral)
#
def
visit(node : StringLiteral)
#
def
visit(node : SymbolLiteral)
#
def
visit(node : ListLiteral)
#