aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/glsl/glsllexer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update license.hjk2011-04-131-14/+13
* It's 2011 now.con2011-01-121-1/+1
* License headers, part 2con2010-12-171-7/+11
* Handle logical xor.Roberto Raggi2010-11-301-1/+4
* Store the numbers and the identifiers in two different sets.Roberto Raggi2010-11-261-1/+4
* Added Engine::blockDiagnosticMessages()Roberto Raggi2010-11-261-10/+2
* Highlight reserved GLSL keywordsRhys Weatherley2010-11-231-4/+5
* Report the syntax errors.Roberto Raggi2010-11-191-0/+18
* Use QString instead of std::string in GLSL parserRhys Weatherley2010-11-181-2/+3
* Build AST nodes from within the parser.Rhys Weatherley2010-11-121-0/+3
* Get rid of glsl.g.in and start working on the semantic actions.Roberto Raggi2010-11-111-6/+14
* Compile.Roberto Raggi2010-11-101-4/+5
* Introduced a simple incremental lexer for GLSL.Roberto Raggi2010-11-101-17/+81
* Imported our new GLSL front-end.Roberto Raggi2010-11-101-0/+325