/util/lexgen/README
https://bitbucket.org/ultra_iter/qt-vtl · #! · 16 lines · 11 code · 5 blank · 0 comment · 0 complexity · fca9e4b66b9ee1b04d545e21534a78c8 MD5 · raw file
- Lexgen
- ------
- This is a little tool to generate lexical scanners from a rather simplistic
- configuration file. We use it internally in Qt to generate the scanner for the
- CSS parser that is built into the toolkit (used for the widget styling and the
- HTML import into QTextDocument).
- Beware, it's very slow (in generating the code) and it may not generate what
- you want. But I like that it generates code that operates on QChar and friends.
- Use at your own risk ;-)
- --
- Simon Hausmann <simon.hausmann@nokia.com>