class

CrLox::AstPrinter

Inherits CrLox < CrLox::Visitor < Reference < Object

Instance methods

visit_binary_expr(expr : Binary) : String
Source
visit_grouping_expr(expr : Grouping) : String
Source
visit_literal_expr(expr : Literal) : String
Source
visit_unary_expr(expr : Unary) : String
Source