summaryrefslogtreecommitdiff
path: root/vala/valagenieparser.vala
Commit message (Expand)AuthorAgeFilesLines
* genieparser: Allow comma-separated identifiers in definition of enumsRico Tzschichholz2017-02-171-3/+25
* vala: Fix output of syntax errors reportsRico Tzschichholz2017-01-051-23/+24
* vala: Pass through the format-literalRico Tzschichholz2016-11-071-1/+1
* Do not use non-literal printf format stringsJürg Billeter2016-11-031-3/+3
* Add [FormatArg] attribute to Parser.get_errorJürg Billeter2016-11-031-1/+1
* parser: Cache current token if possibleRico Tzschichholz2016-11-011-6/+7
* genie: Warn about "const static" declarations where "static" is superfluousRico Tzschichholz2016-06-131-0/+5
* genie: anonymous functions as function return values and assignment to variablesnieka@dsv.nl2015-11-251-48/+49
* Support non-literal length in fixed-size arraysSimon2014-03-301-8/+3
* Genie: Fixed use of print statements when variables are nullJamie McCracken2013-09-081-6/+6
* Fix spelling errors using 'codespell' toolAnatol Pomozov2013-04-261-1/+1
* GENIE: Updated genie to include fixes from vala parserJamie McCracken2012-09-151-150/+218
* Genie: Fix functions can take only one Generic as argument (611191)Jamie McCracken2012-08-281-19/+39
* Drop POSIX profileJürg Billeter2012-08-061-7/+4
* Use SourceLocation in SourceReferenceJürg Billeter2012-06-021-4/+3
* On-demand Delegate.has_targetLuca Bruno2011-08-011-2/+2
* Support ref and out parameters in lambda expressionsLuca Bruno2011-06-171-4/+6
* Genie: Fix parameter attributes (patch by Arc Riley)Jamie McCracken2011-02-271-8/+8
* glib-2.0: Add parse and try_parse methods to boolean and numeric typesJürg Billeter2011-01-291-2/+2
* glib-2.0: Add string.index_of_nth_charJürg Billeter2011-01-151-3/+3
* Genie: Fix lists and dicts with libgee 0.7Alban Browaeys2010-11-081-29/+1
* Rename FormalParameter to ParameterJürg Billeter2010-10-281-10/+10
* Genie: Report error on print expressions with uneven parenthesesJürg Billeter2010-10-241-10/+14
* Genie: Fix ownership of inline allocated arraysJamie McCracken2010-09-271-1/+1
* Genie: Do not create empty type parameter lists in parserJamie McCracken2010-09-271-3/+9
* Genie: Fix accessibility of EnumsJamie McCracken2010-09-271-0/+1
* SourceFile: Introduce SourceFileType enumerationRyan Lortie2010-09-091-10/+10
* Simplify attribute objectsJürg Billeter2010-09-091-2/+26
* 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