Class AstPrinter

java.lang.Object
tech.ixor.calclox.AstPrinter
All Implemented Interfaces:
Expr.Visitor<String>, Statement.Visitor<String>

public class AstPrinter extends Object implements Expr.Visitor<String>, Statement.Visitor<String>
The AST Printer for the CalcLox language that prints the generated AST structure from the code.