work on account editing
[Bookkeeping.git] / grammar / baselexer2.g
blobb5e0c4d648eb88aeccd2417d52508a32ac5c8b80
3 /* LEXER 
4  */
5 class Base2Parser extends Base1Parser;
7 options { 
8         
9     k=10; // needed for newline junk
10     charVocabulary='\u0000'..'\u007F'; // allow ascii
11         //importVocab=Base1Parser; 
12         //exportVocab=Base2Parser; 
13         
17 //TOKEN_LITERAL:        ("debit" | "credit")+; 
18 BASE_TWO:       '('     { System.out.println("LEFT PARENTHESESE '('"); };