rust-lexer 0.2.0

A compiler that generates a Lexer using DFAs (inspired by flex)
Documentation
1
"[a-zA-Z]*([a-zA-Z]|[0-9])" IDENT;