summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/parser/javascript.g
Commit message (Expand)AuthorAgeFilesLines
* Introduced UiStatement in the QML grammar.Roberto Raggi2009-05-141-3/+10
* Some (internal) API cleanup.Roberto Raggi2009-05-141-4/+6
* Moved Parser::DiagnosticMessage and AST::SourceLocationRoberto Raggi2009-05-141-20/+2
* Renamed JavaScriptEnginePrivate in Engine.Roberto Raggi2009-05-141-4/+4
* Protect the QML front-end using the namespace JavaScript.Roberto Raggi2009-05-141-63/+69
* Automatic semicolon insertion for property and signal definitions.Roberto Raggi2009-05-111-4/+12
* Fixed the conflicts introduced by UiArrayLiteralRoberto Raggi2009-05-111-9/+2
* Use source locations in the diagnostic messages.Roberto Raggi2009-05-061-27/+16
* Reject multiple top-level object members.Roberto Raggi2009-05-061-4/+12
* Inserted the semicolon at the end of the previous token.Roberto Raggi2009-05-051-1/+4
* Store the location for the `default' token.Roberto Raggi2009-05-041-2/+4
* Fixed 5 shift/reduce conflicts introduced by T_SIGNAL and T_PROPERTY.Roberto Raggi2009-05-041-21/+11
* Correctly set the JsIdentifier svalAaron Kennedy2009-05-011-2/+7
* Add QML signal declaration syntaxAaron Kennedy2009-05-011-0/+12
* Tweak QML property syntaxAaron Kennedy2009-05-011-27/+92
* Support multiline string literals when assigned directly to a QML propertyAaron Kennedy2009-05-011-0/+22
* Accept "return" and reserved words as property namesAaron Kennedy2009-04-301-0/+14
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-04-301-5/+11
|\
| * Added first/lastSourceLocations to AST::UiObjectMember and improved the gener...Roberto Raggi2009-04-291-5/+11
* | Re-enable property syntax and add a "default" specifierAaron Kennedy2009-04-291-0/+26
|/
* Introduced Node::firstSourceLocation(), Node::lastSourceLocation().Roberto Raggi2009-04-271-6/+21
* No more sugar :-)Roberto Raggi2009-04-241-2/+2
* Don't generate T_AUTOMATIC_SEMICOLON when recovering from a syntax error.Roberto Raggi2009-04-241-4/+7
* Removed the UiObjectInitialized from UiPublicMember.Roberto Raggi2009-04-241-14/+1
* Source locations for the statement nodesRoberto Raggi2009-04-241-31/+149
* Annotate the expression nodes with the source locations.Roberto Raggi2009-04-241-68/+256
* Added the `import statements' to UiProgram.Roberto Raggi2009-04-241-1/+2
* Generate ASTs for function and variable declarations.Roberto Raggi2009-04-241-0/+10
* fix shift/reduce and reduce/reduce conflicts, make parsing of function declar...mae2009-04-241-2/+13
* support comma for lists, better parser error outputmae2009-04-241-1/+17
* support public property definitionsmae2009-04-241-3/+13
* Introduced `import' statements.Roberto Raggi2009-04-241-7/+49
* Compile with gcc 4.xRoberto Raggi2009-04-241-2/+2
* Initial work on the qfx front-end.Roberto Raggi2009-04-241-0/+2265