1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-24 01:15:29 +02:00
cdt/qt/org.eclipse.cdt.qt.core.acorn
Matthew Bastien a9730dc194 Bug 480238 - Parse QML Object Literal and Members
Acorn-qml can now parse a large subset of QML syntax.  The only two
things left to do at this point are to allow QML Object Literals in
Property Bindings and to allow QML contextual keywords such as 'signal'
as property binding identifiers.  Both of these require lookahead which
acorn does not ship with at the moment, so this may be a bit of an
undertaking.  Also, added a whole bunch of tests to parse the new
syntax.

Change-Id: I0950fa29265c8337b5c9bfc0a1ec0c3ba8267426
Signed-off-by: Matthew Bastien <mbastien@blackberry.com>
2015-10-27 14:53:13 -04:00
..
.settings Bug 480238 - QML Parser based on Acorn 2015-10-20 15:55:20 -04:00
acorn-qml Bug 480238 - Parse QML Object Literal and Members 2015-10-27 14:53:13 -04:00
META-INF Bug 480238 - QML Parser based on Acorn 2015-10-20 15:55:20 -04:00
src/org/eclipse/cdt/qt/core/acorn Bug 480238 - QML Parser based on Acorn 2015-10-20 15:55:20 -04:00
.classpath Bug 480238 - QML Parser based on Acorn 2015-10-20 15:55:20 -04:00
.project Bug 480238 - QML Parser based on Acorn 2015-10-20 15:55:20 -04:00
build.properties Bug 480238 - QML Parser based on Acorn 2015-10-20 15:55:20 -04:00
plugin.properties Bug 480238 - QML Parser based on Acorn 2015-10-20 15:55:20 -04:00
pom.xml Bug 480238 - QML Parser based on Acorn 2015-10-20 15:55:20 -04:00