summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/parser
Commit message (Expand)AuthorAgeFilesLines
* Correctly set the JsIdentifier svalAaron Kennedy2009-05-012-4/+14
* Add QML signal declaration syntaxAaron Kennedy2009-05-017-783/+801
* Tweak QML property syntaxAaron Kennedy2009-05-017-905/+1058
* Support multiline string literals when assigned directly to a QML propertyAaron Kennedy2009-05-016-788/+845
* Accept "return" and reserved words as property namesAaron Kennedy2009-04-305-749/+879
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-04-306-687/+673
|\
| * Added first/lastSourceLocations to AST::UiObjectMember and improved the gener...Roberto Raggi2009-04-296-620/+703
* | Re-enable property syntax and add a "default" specifierAaron Kennedy2009-04-297-701/+761
|/
* Coding style refactor, changing 'if(' and 'for(' to 'if (' and 'for ('Leonardo Sobral Cunha2009-04-281-1/+1
* Introduced Node::firstSourceLocation(), Node::lastSourceLocation().Roberto Raggi2009-04-279-78/+519
* No more sugar :-)Roberto Raggi2009-04-243-6/+6
* Don't generate T_AUTOMATIC_SEMICOLON when recovering from a syntax error.Roberto Raggi2009-04-242-8/+14
* Don't generate T_PUBLIC tokens. At this stage we don't know if we wil keep th...Roberto Raggi2009-04-241-1/+1
* Removed the UiObjectInitialized from UiPublicMember.Roberto Raggi2009-04-247-744/+747
* Source locations for the statement nodesRoberto Raggi2009-04-243-62/+371
* Annotate the expression nodes with the source locations.Roberto Raggi2009-04-243-136/+539
* Fixed AST::cast<> for UiImport and UiImportList nodes.Roberto Raggi2009-04-241-3/+3
* finalize support for namespacepathmae2009-04-241-1/+1
* Visit the import nodes.Roberto Raggi2009-04-241-0/+1
* Introduced AST::cast<T>(node).Roberto Raggi2009-04-241-176/+364
* Added the `import statements' to UiProgram.Roberto Raggi2009-04-243-4/+7
* Generate ASTs for function and variable declarations.Roberto Raggi2009-04-249-758/+808
* fix shift/reduce and reduce/reduce conflicts, make parsing of function declar...mae2009-04-245-773/+808
* support comma for lists, better parser error outputmae2009-04-245-737/+759
* support public property definitionsmae2009-04-245-727/+760
* Introduced `import' statements.Roberto Raggi2009-04-2410-769/+909
* Compile with gcc 4.xRoberto Raggi2009-04-242-4/+4
* Initial work on the qfx front-end.Roberto Raggi2009-04-2420-0/+11254