5 class Base2Parser extends Base1Parser;
9 k=10; // needed for newline junk
10 charVocabulary='\u0000'..'\u007F'; // allow ascii
11 //importVocab=Base1Parser;
12 //exportVocab=Base2Parser;
17 //TOKEN_LITERAL: ("debit" | "credit")+;
18 BASE_TWO: '(' { System.out.println("LEFT PARENTHESESE '('"); };