summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/parser/javascriptgrammar_p.h
Commit message (Expand)AuthorAgeFilesLines
* Support multiline string literals when assigned directly to a QML propertyAaron Kennedy2009-05-011-12/+13
* Accept "return" and reserved words as property namesAaron Kennedy2009-04-301-6/+58
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-04-301-55/+3
|\
| * Added first/lastSourceLocations to AST::UiObjectMember and improved the gener...Roberto Raggi2009-04-291-3/+3
* | Re-enable property syntax and add a "default" specifierAaron Kennedy2009-04-291-5/+5
|/
* Introduced Node::firstSourceLocation(), Node::lastSourceLocation().Roberto Raggi2009-04-271-4/+32
* Removed the UiObjectInitialized from UiPublicMember.Roberto Raggi2009-04-241-5/+29
* Generate ASTs for function and variable declarations.Roberto Raggi2009-04-241-5/+5
* fix shift/reduce and reduce/reduce conflicts, make parsing of function declar...mae2009-04-241-6/+6
* support comma for lists, better parser error outputmae2009-04-241-6/+6
* support public property definitionsmae2009-04-241-5/+5
* Introduced `import' statements.Roberto Raggi2009-04-241-9/+10
* Initial work on the qfx front-end.Roberto Raggi2009-04-241-0/+144