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