TkGen - A Lexical Analyzer Generator
Thiago R. Adams 2009
Web page Help -
http://www.thradams.com/codeblog/tkgen.htm
Options:
Compact
Paste your tokens and regex pattern here:
NUMBER [0-9]+(\.[0-9]+)? SYMBOL [a-zA-Z]+([0-9]+[a-zA-Z]+)? BLANKS [\ \n]+ OPEN \( CLOSE \) MULTI \* DIV \/ PLUS \+ MINUS \-
Press compile to get the output here:
See how to use this file at:
http://www.thradams.com/codeblog/tkgen.htm