blob: 4e13ace9c42713a40ab59683d6f4ac4ed54c5214 [file] [log] [blame]
public class Parser {
protected int astLengthPtr;
protected int[] astLengthStack;
public CompilationUnitDeclaration compilationUnit; /*the result from parse()*/
AstNode[] noAstNodes = new AstNode[AstStackIncrement];
}