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