1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
cdt/qt
Matthew Bastien 84b5f4bfd2 Bug 480238 - QML AST in Java
Created a set of Interfaces to represent the JavaScript and QML Ast in
plain Java.  Updated acorn-qml to be able to parse the entirety of QML
syntax as specified by the QML grammar.  Also modified the QML AST to
represent the added syntax and modified tern-qml to handle the new AST
elements.

Changed the way that the QMLAnalyzer handles path resolution.  Paths are
now relative to the local file system.

Note: the normal acorn-qml parser cannot parse the full range of QML
syntax due to ambiguities.  However, the loose parser can.  We're still
waiting on Acorn to bring lookahead to the normal parser in order to
resolve this.

Change-Id: I77c820ad46301975b2a91969a656d428ad9409c1
Signed-off-by: Matthew Bastien <mbastien@blackberry.com>
2015-12-14 11:13:52 -05:00
..
org.eclipse.cdt.qt-feature Incremented CDT feature version to 8.8.0 2015-06-10 09:33:49 -04:00
org.eclipse.cdt.qt.core Bug 480238 - QML AST in Java 2015-12-14 11:13:52 -05:00
org.eclipse.cdt.qt.core.tests Bug 481126 - QML Directory File Parsing 2015-12-09 14:58:22 -05:00
org.eclipse.cdt.qt.ui Bug 480238 - QML AST in Java 2015-12-14 11:13:52 -05:00
org.eclipse.cdt.qt.ui.tests Bug 478938 - Automatically add source files to Qt Project File 2015-10-05 12:41:41 -04:00