1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-16 21:45:22 +02:00
cdt/qt/org.eclipse.cdt.qt.core/tern-qml
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
..
demo Bug 481126 - Tern-QML Directory Imports 2015-12-04 11:18:00 -05:00
test Bug 481126 - QML Parse Query Type 2015-12-07 12:08:33 -05:00
.gitignore Bug 481126 - QML Static Analysis based on Tern.js 2015-10-30 17:48:01 -04:00
.npmignore Bug 481126 - QML Static Analysis based on Tern.js 2015-10-30 17:48:01 -04:00
ecma5-defs.js Bug 481126 - Hook up QML content assist to tern.js-based analyzer 2015-12-02 22:23:16 -05:00
package.json Bug 481126 - Tern QML Tests 2015-11-17 10:23:31 -05:00
qml-nsh.js Bug 481126 - QML Imports Working in Editor 2015-12-06 15:05:41 -05:00
qml.js Bug 480238 - QML AST in Java 2015-12-14 11:13:52 -05:00