diegogiorgini@gmail.com | 2de6d34 | 2013-02-16 02:41:45 +0000 | [diff] [blame] | 1 | # LEXER GENERATOR configuration file |
2 | # --------------------------------------- | ||||
3 | # Place *first* the generic configuration | ||||
4 | # then list your grammar. | ||||
5 | |||||
6 | PACKAGE: com.my.lexer | ||||
7 | LEXER_NAME: MyLexer | ||||
8 | OUTPUT_DIR: output | ||||
9 | |||||
10 | TOKENS: | ||||
11 | |||||
12 | BOOLEAN_LIT = string(boolean) | ||||
13 | FALSE_LIT = string(false) | ||||
14 | BOMB_LIT = string(bomb) | ||||
15 | BONSAI_LIT = string(bonsai) | ||||
16 | HELLO_LIT = string(hello) |