summaryrefslogtreecommitdiff
path: root/vala/valagenietokentype.vala
Commit message (Expand)AuthorAgeFilesLines
* vala: Add support for verbatim template string星外之神2022-10-301-0/+2
* genie: Use TokenType.EXCEPTION instead of TokenType.ERRORDOMAINRico Tzschichholz2021-11-051-2/+2
* genie: Amend text of indent and dedent for error messagesAlistair Thomas2021-11-031-2/+2
* genie: Make 'self' match its TokenType nameRico Tzschichholz2019-06-141-2/+2
* genie: Drop unused "writeonly" tokenRico Tzschichholz2019-06-051-2/+0
* vala: Fix TokenType.HASH.to_string()Rico Tzschichholz2018-11-031-1/+1
* Drop trailing spaces/tabsRico Tzschichholz2018-03-271-1/+1
* vala: Add missing TokeType cases for to_string()Rico Tzschichholz2016-11-011-0/+4
* GENIE: Updated genie to include fixes from vala parserJamie McCracken2012-09-151-4/+6
* Genie: Added Regex literalsJamie McCracken2010-05-241-0/+6
* Genie: Added string templatingJamie McCracken2010-05-241-0/+3
* Do not use `weak' modifier where it is not applicableJürg Billeter2010-03-201-1/+1
* Genie: Removed unused FOREACH keywordJamie McCracken2010-01-261-2/+0
* Genie: Briought Genie up to date with ValaJamie McCracken2009-09-271-3/+3
* Updated genie parser to match vala parser in functionality and bug fixesJamie McCracken2009-04-141-0/+2
* Updated genie scanner to handle all new/missing vala tokens and directivesJamie McCracken2009-04-131-1/+12
* added built in list and dict (HashMap) support with automatic typeJamie McCracken2008-06-161-0/+4
* Revamped array syntaxJamie McCracken2008-05-291-0/+4
* Add parser for Genie, patch by Jamie McCrackenJuerg Billeter2008-05-191-0/+293