Class GenerateAst

java.lang.Object
tech.ixor.calclox.tools.GenerateAst

public class GenerateAst extends Object
A Java command-line tool that generate the AST classes (Expr) for the CalcLox language.
  • Constructor Details

    • GenerateAst

      public GenerateAst()
  • Method Details

    • main

      public static void main(String[] args)