aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/parser/qqmljslexer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move the parser folder from src/qml/qml to src/qmlLars Knoll2013-08-081-1329/+0
* Fix automatic semicolon insertion. Again.Erik Verbruggen2013-07-021-1/+2
* Various fixes to RegExpLars Knoll2013-05-041-1/+1
* Fix multi-line string content.Erik Verbruggen2013-03-201-12/+1
* Fix hexadecimal escape sequence validation in strings.Erik Verbruggen2013-03-191-21/+36
* don't use CamelCase includesOswald Buddenhagen2013-03-131-3/+3
* Merge branch 'stable' into devGunnar Sletta2013-01-171-1/+1
|\
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* | Make numeric-literal parsing even more robust.Erik Verbruggen2013-01-161-3/+6
* | Fix automatic semicolon insertion before ++/-- operators.Erik Verbruggen2013-01-111-3/+1
* | Make numeric-literal parsing more robust.Erik Verbruggen2013-01-111-1/+1
* | Fix semicolon insertion before pre-incr/decr operators.Erik Verbruggen2013-01-081-0/+54
* | Fix unicode escape sequence validation in strings.Erik Verbruggen2013-01-081-2/+5
* | Fix: disallow incomplete hex numbers "0x" and "0X".Erik Verbruggen2013-01-071-1/+8
* | Added parsing for getter/setter definitions in property assignments.Erik Verbruggen2012-12-171-2/+1
* | Don't assume QChar::null() is the end of inputLars Knoll2012-12-111-7/+7
* | Bail out on stray newlines in strings in JS modeLars Knoll2012-12-111-1/+7
* | Don't bail out on 0 chars in commentsLars Knoll2012-12-111-2/+3
* | Parse identifiers according to specLars Knoll2012-12-111-31/+94
* | Throw a parse error on octal numbers and escape sequencesLars Knoll2012-12-111-5/+19
|/
* Fix escape sequences in lexer: the capital X is not an EscapeCharacter.Erik Verbruggen2012-11-281-1/+0
* Enable the lexer to run in JS strict/non-strict mode as well as QML modeErik Verbruggen2012-11-271-1/+1
* Fixed line terminators to handle LS/PS and CR+LF correctly.Erik Verbruggen2012-11-271-24/+50
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* Optimize QML parserMartin Jones2012-05-241-120/+105
* Rename QDeclarative symbols to QQuick and QQmlMatthew Vogt2012-02-241-0/+1166