aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/parser/qqmljslexer_p.h
Commit message (Expand)AuthorAgeFilesLines
* Eliminate QT_QML_BEGIN_NAMESPACE and QT_QML_END_NAMESPACEShawn Rutledge2019-03-221-2/+2
* Also store the raw string value for template strings in the lexerLars Knoll2018-11-021-0/+3
* Cleanup RegExpObjectLars Knoll2018-08-151-1/+2
* Enable unicode regular expressionsLars Knoll2018-08-101-1/+2
* Support static as a keyword in class definitionsLars Knoll2018-04-251-2/+7
* Bring JS grammar in line with ES7 specLars Knoll2018-04-251-5/+0
* Add yield as a keywordLars Knoll2018-04-251-1/+20
* Add support for ES6 template stringsLars Knoll2018-04-251-0/+12
* Disentangle some includes by moving QQmlJS::Directives into qqmljsengine_p.hLars Knoll2018-04-251-26/+1
* Get rid of qlalr generated filesLars Knoll2018-04-251-2/+2
* Properly parse identifiers containing chars outside the BMPLars Knoll2018-02-091-1/+1
* Implement parsing of ECMAScript 6 Unicode escape sequencesLars Knoll2018-02-081-1/+0
* Add support for parsing of binary and octal numbersLars Knoll2018-02-081-1/+1
* Simplify line and column number handling in the lexerLars Knoll2018-02-081-6/+3
* Add support for enum declarations in QMLMichael Brasser2017-07-131-1/+0
* Updated license headersJani Heikkinen2016-01-191-14/+20
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Clean up JS .import/.pragma directive scanningSimon Hausmann2015-01-081-3/+8
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Move the parser folder from src/qml/qml to src/qmlLars Knoll2013-08-081-0/+253