aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/parser/qqmljslexer_p.h
Commit message (Expand)AuthorAgeFilesLines
* QQmlJSLexer: make internal helper methods privateFabian Kosmale2023-08-081-13/+3
* qqmljslexer: add dump to qDebugFawzi Mohamed2022-08-301-0/+6
* qml: make lexer line by line & restartableFawzi Mohamed2022-08-181-24/+82
* Use SPDX license identifiersLucie GĂ©rard2022-06-111-38/+2
* qqmljslexer: Make lexer restartableMaximilian Goldstein2022-02-181-54/+63
* QQmlJSLexer: Add support for peeking one QCharFabian Kosmale2021-04-131-0/+1
* Port QtDeclarative from QStringRef to QStringViewKarsten Heimrich2020-06-161-4/+4
* extend grammar for better version parsing supportFabian Kosmale2019-07-041-0/+8
* Simplify errors and diagnosticsUlf Hermann2019-06-141-1/+1
* 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