jw-python/test/grammar/generate.conf

19 lines
245 B
Text
Raw Normal View History

[symbols]
[white_space[
type = token
regex = "[ \n\t\r]+"
]
[all_characters[
type = non-terminal
regex = "[[:print:]]"
#lex_as = yytext[0]
]
[test[
type = token
dings = bums
regex = "bumsdings"
]