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