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