qt5base-lts/util/lexgen
Matti Paaso 974c210835 Update license headers and add new license files
- Renamed LICENSE.LGPL to LICENSE.LGPLv21
- Added LICENSE.LGPLv3
- Removed LICENSE.GPL

Change-Id: Iec3406e3eb3f133be549092015cefe33d259a3f2
Reviewed-by: Iikka Eklund <iikka.eklund@digia.com>
2014-09-24 12:26:19 +02:00
..
tests Update license headers and add new license files 2014-09-24 12:26:19 +02:00
configfile.cpp Update license headers and add new license files 2014-09-24 12:26:19 +02:00
configfile.h Update license headers and add new license files 2014-09-24 12:26:19 +02:00
css2-simplified.lexgen Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
generator.cpp Update license headers and add new license files 2014-09-24 12:26:19 +02:00
generator.h Update license headers and add new license files 2014-09-24 12:26:19 +02:00
global.h Update license headers and add new license files 2014-09-24 12:26:19 +02:00
lexgen.lexgen Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
lexgen.pri Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
lexgen.pro Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
main.cpp Update license headers and add new license files 2014-09-24 12:26:19 +02:00
nfa.cpp Update license headers and add new license files 2014-09-24 12:26:19 +02:00
nfa.h Update license headers and add new license files 2014-09-24 12:26:19 +02:00
re2nfa.cpp Update license headers and add new license files 2014-09-24 12:26:19 +02:00
re2nfa.h Update license headers and add new license files 2014-09-24 12:26:19 +02:00
README Nokia -> Qt Project 2013-02-05 20:53:57 +01:00
test.lexgen Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
tokenizer.cpp Update license headers and add new license files 2014-09-24 12:26:19 +02:00

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@digia.com>