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