5 class BaseParser extends Base1Lexer;
9 k=10; // needed for newline junk
10 charVocabulary='\u0000'..'\u007F'; // allow ascii
11 importVocab=Base2Lexer;
16 //TOKEN_LITERAL: ("debit" | "credit")+;
17 some_thing: BASE_TWO "something" BASE_ONE { System.out.println("Found SOME_THING"); };