summaryrefslogtreecommitdiff
path: root/vala/valagenieparser.vala
Commit message (Expand)AuthorAgeFilesLines
...
* fix bug in printing string literal in GenieJamie McCracken2009-04-141-1/+3
* Fix bug in print statementJamie McCracken2009-04-141-1/+1
* Updated genie parser to match vala parser in functionality and bug fixesJamie McCracken2009-04-141-89/+229
* Report error when using conflicting method modifiers in Genie parserJamie McCracken2009-04-131-0/+5
* Added support for static properties in Genie parserJamie McCracken2009-04-131-0/+6
* Fix error message when encountering invalid character literals in Genie parserJamie McCracken2009-04-131-1/+6
* Added property attributes to Genie parserJamie McCracken2009-04-131-1/+3
* Added missing source reference to Genie parserJamie McCracken2009-04-131-1/+2
* Fixed codegen problemJamie2009-04-131-3/+6
* Support context-specific error reporting and add a context stack, based onJürg Billeter2009-02-201-2/+2
* Remove ParenthesizedExpression to simmplify ASTJürg Billeter2009-02-181-2/+1
* Fix else if parsing, fixes bug 562632Jürg Billeter2009-02-121-0/+7
* Do not allow structs to have more than one base type and detect cycles,Jürg Billeter2009-01-161-6/+4
* Replace `#' in property declarations by `owned' modifier before `get'Jürg Billeter2009-01-101-4/+14
* Support short-form of array creation expressions not just in localJürg Billeter2009-01-031-4/+0
* Remove support for deprecated syntax for construct parametersJürg Billeter2008-12-191-1/+0
* Remove workarounds for old Vala versionsJürg Billeter2008-12-131-42/+1
* Detect conflicting local variables in parent scopesJürg Billeter2008-12-131-2/+1
* Rename InvocationExpression to MethodCallJürg Billeter2008-11-201-5/+5
* Avoid C compiler warnings with switch statementsJürg Billeter2008-11-141-7/+13
* Do not use possibly uninitialized variablesJürg Billeter2008-11-141-5/+5
* Report unused fields, methods, and local variablesJürg Billeter2008-11-141-36/+1
* Drop deprecated support for static classes and interfacesJürg Billeter2008-11-021-5/+1
* Remove NamedArgument, improve attribute lookup performanceJürg Billeter2008-10-261-2/+1
* Replace NamespaceReference by UsingDirective and UnresolvedSymbol, fixesJürg Billeter2008-09-261-1/+1
* Don't derive from GObject in libvala where not necessary to improveJürg Billeter2008-08-141-1/+1
* Set source_reference of blocks, patch by Abderrahim Kitouni, fixes bugJürg Billeter2008-08-041-1/+1
* Add workaround for exception codegen problem, fixes bug 539608.Jamie McCracken2008-06-291-1/+2
* Import members of the GLib namespace by default, fixes bug 539596Jürg Billeter2008-06-231-13/+0
* make parens optional when using new operator on objectsJamie McCracken2008-06-231-8/+11
* Constant arrays don't own their elementsJamie McCracken2008-06-171-0/+6
* Add support for overriding default method handlers of signals that haveJamie McCracken2008-06-171-0/+4
* Don't generate default creation method for abstract classesJamie McCracken2008-06-171-1/+1
* Report error when using invalid modifiers for methods and fields,Jamie McCracken2008-06-171-3/+10
* set equal func for list automatically based on typeJamie McCracken2008-06-171-0/+9
* added built in list and dict (HashMap) support with automatic typeJamie McCracken2008-06-161-12/+119
* fixed attribute parsingJamie McCracken2008-06-141-0/+2
* Revamped array syntaxJamie McCracken2008-05-291-28/+99
* Improved performance of print statementJamie McCracken2008-05-271-3/+16
* Added optional indent attribute to allow spaces to be used in lieu of tabsJamie McCracken2008-05-271-0/+15
* Made GLib using directive optionalJamie McCracken2008-05-271-2/+14
* Fix initialiser expression in for statementJamie McCracken2008-05-261-0/+3
* allow init block to be used in context.root namespace where its parsed andJamie McCracken2008-05-261-2/+39
* added missing throws ParseError to get_for_statement_type methodJamie McCracken2008-05-261-1/+1
* fix warning with pointer castsJamie McCracken2008-05-261-1/+1
* Deprecate static classesJamie McCracken2008-05-261-0/+1
* replaced foreach with for..inJamie McCracken2008-05-261-13/+36
* Track error types that expressions can throw, based on patch by JaredJuerg Billeter2008-05-251-2/+2
* Add parser for Genie, patch by Jamie McCrackenJuerg Billeter2008-05-191-0/+3210