summaryrefslogtreecommitdiff
path: root/vala/valagenieparser.vala
Commit message (Expand)AuthorAgeFilesLines
...
* Refactor parser to avoid parse_*_member methodsJürg Billeter2010-08-211-7/+0
* glib-2.0: Deprecate string.size () in favor of string.lengthJürg Billeter2010-08-201-1/+1
* glib-2.0: Deprecate string.len () in favor of string.lengthJürg Billeter2010-08-201-1/+1
* Add Variable classJürg Billeter2010-07-271-4/+4
* Derive EnumValue from ConstantJürg Billeter2010-07-271-4/+7
* Genie: Added Regex literalsJamie McCracken2010-05-241-0/+21
* Genie: Fix assertion failure on large rollback in parserJamie McCracken2010-05-241-1/+14
* Genie: Report error on duplicate constructor or destructor in classJamie McCracken2010-05-241-4/+24
* Genie: Support array and string slicesJamie McCracken2010-05-241-4/+13
* Genie: Fix base access in async methodsJamie McCracken2010-05-241-3/+8
* Genie: Support named argumentsJamie McCracken2010-05-241-1/+10
* Genie: Support non-null castsJamie McCracken2010-05-241-0/+9
* Genie: Added string templatingJamie McCracken2010-05-241-2/+26
* Genie: Removed unused FOREACH keywordJamie McCracken2010-01-261-1/+0
* Genie: Handle casts involving arrays/lists/dicts correctlyJamie McCracken2009-10-121-0/+3
* Do not use Gee namespace to avoid conflict with libgeeJürg Billeter2009-10-121-35/+34
* Genie: Fixed comments for copyright statementsJamie McCracken2009-09-271-0/+1
* Genie: Briought Genie up to date with ValaJamie McCracken2009-09-271-41/+114
* Support using directives inside namespacesJürg Billeter2009-09-261-0/+1
* Fix C warnings in parserJürg Billeter2009-09-141-2/+2
* Comment handling improvementsFlorian Brosch2009-09-041-63/+55
* Porperly parse types when using array of/list of/dict of typeJamie McCracken2009-08-221-24/+21
* 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