I\'m looking for a decent lexical scanner generator for C#/.NET -- something that supports Unicode character categories, and generates somewhat readable & efficient code
I just found this
http://www.seclab.tuwien.ac.at/projects/cuplex/lex.htm
It says that it's configurable enough to support unicode ;-).
Herber