finished basic account add
[Bookkeeping.git] / grammar / baselexer1.g
blob152c45a1f79bee281afe65043fe5d11e67d2cf68
3 /* LEXER 
4  */
5 class Base1Parser extends Parser;
7 options { 
8         
9     k=10; // needed for newline junk
10     charVocabulary='\u0000'..'\u007F'; // allow ascii
11         //exportVocab=Base1Parser; 
12         
16 //TOKEN_LITERAL:        ("debit" | "credit")+;
17 BASE_ONE:       ')' { System.out.println("RIGHT PARENTHESESE ')'"); };