summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/parser/javascriptast_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Tweak QML property syntaxAaron Kennedy2009-05-011-6/+6
| | | | | | | | The syntax is now [default] property <type> <name> [ : <expression> ] where name is one of "int", "bool", "double", "real", "string", "color", "date", "var" or "variant"
* Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-04-301-84/+157
|\ | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/qml/parser/javascriptgrammar.cpp src/declarative/qml/parser/javascriptgrammar_p.h
| * Added first/lastSourceLocations to AST::UiObjectMember and improved the ↵Roberto Raggi2009-04-291-84/+157
| | | | | | | | | | | | generation of `fake' tokens. A `fake' token is a token generated while recovering from a syntax error.
* | Re-enable property syntax and add a "default" specifierAaron Kennedy2009-04-291-2/+3
|/
* Introduced Node::firstSourceLocation(), Node::lastSourceLocation().Roberto Raggi2009-04-271-58/+401
|
* No more sugar :-)Roberto Raggi2009-04-241-2/+2
|
* Removed the UiObjectInitialized from UiPublicMember.Roberto Raggi2009-04-241-9/+6
|
* Source locations for the statement nodesRoberto Raggi2009-04-241-0/+73
|
* Annotate the expression nodes with the source locations.Roberto Raggi2009-04-241-0/+27
|
* Fixed AST::cast<> for UiImport and UiImportList nodes.Roberto Raggi2009-04-241-3/+3
|
* finalize support for namespacepathmae2009-04-241-1/+1
|
* Introduced AST::cast<T>(node).Roberto Raggi2009-04-241-176/+364
|
* Added the `import statements' to UiProgram.Roberto Raggi2009-04-241-2/+3
|
* Generate ASTs for function and variable declarations.Roberto Raggi2009-04-241-1/+15
|
* Introduced `import' statements.Roberto Raggi2009-04-241-0/+46
|
* Initial work on the qfx front-end.Roberto Raggi2009-04-241-0/+1756