summaryrefslogtreecommitdiff
path: root/vala/valascanner.vala
Commit message (Expand)AuthorAgeFilesLines
* vala: Add support for Hexadecimal floating point literalswszqkzqk2023-01-301-1/+23
* vala: Add support for binary/octal integer literal星外之神2022-12-081-6/+26
* vala: Minor scanner optimizationwszqkzqk2022-11-141-5/+5
* vala: Add support for verbatim template string星外之神2022-10-301-11/+36
* Add support for partial classesSimon Werbeck2021-10-301-1/+8
* vala: Make use of new printf-like API of Report.*()Rico Tzschichholz2020-10-261-1/+1
* Add support for "with" statementNick Schrader2020-06-021-1/+8
* scanner: Improve check of "\u" escape sequenceRico Tzschichholz2019-11-251-9/+15
* scanner: "\x" requires two hex digits at most and ignore leading zero #2Rico Tzschichholz2019-11-251-9/+33
* scanner: "\x" requires two hex digits at mostRico Tzschichholz2019-11-241-2/+2
* scanner: Accept backreferences \1 through \99 in regex literalsRico Tzschichholz2018-05-161-1/+11
* scanner: Accept \R and \N escape sequences in regex literalsRico Tzschichholz2018-05-141-0/+2
* parser: Add support for explicit "unlock" syntaxRico Tzschichholz2018-04-251-0/+3
* scanner: Fix calculation of column value for tokens after multiline commentMagomed Abdurakhmanov2017-05-021-0/+1
* Add support for the \v escape charactorRico Tzschichholz2016-09-201-0/+3
* scanner: Fix regression for the \x escape sequenceEvgeny Bobkin2013-07-231-9/+9
* Add support for the \uXXXX escape sequenceEvgeny Bobkin2013-07-231-6/+57
* Drop Dova profileJürg Billeter2012-08-061-8/+1
* Accept comments in preprocessing directivesJürg Billeter2012-08-021-14/+19
* Use SourceLocation in SourceReferenceJürg Billeter2012-06-021-32/+36
* Fix usage of possibly unassigned out parametersLuca Bruno2011-07-151-25/+8
* glib-2.0: Add string.index_of_nth_charJürg Billeter2011-01-151-3/+3
* Fix error handling for character literalsJürg Billeter2010-08-201-0/+4
* glib-2.0: Deprecate string.len () in favor of string.lengthJürg Billeter2010-08-201-1/+1
* Append doc comments to generated C filesJürg Billeter2010-07-271-0/+4
* Parse `sealed' declaration modifierJürg Billeter2010-07-181-0/+3
* Ignore #! line at the top of source filesJürg Billeter2010-06-301-0/+9
* Support newlines in double quoted string literalsJürg Billeter2010-06-291-4/+10
* Do not allow ++ or -- before regex literals in scannerLuca Bruno2010-06-201-2/+0
* Fix crash when compiling empty .vala fileRémy Saissy2010-05-271-1/+2
* Support regular expression literals after more tokensJukka-Pekka Iivonen2010-04-281-3/+23
* Add experimental support for regular expression literalsJukka-Pekka Iivonen2010-03-251-5/+186
* dova: Do not require @"..." for string templatesJürg Billeter2010-03-241-1/+9
* Fix assertion failure on large rollback in parserJürg Billeter2010-03-231-1/+10
* Implement coalescing operator ??Jürg Billeter2010-01-291-0/+4
* Fix invalid memory access in scanner on unbalanced parenthesesJürg Billeter2009-11-131-3/+9
* Do not use Gee namespace to avoid conflict with libgeeJürg Billeter2009-10-121-1/+0
* Add support for string templatesJürg Billeter2009-10-101-6/+171
* Fix verbatim strings ending with `"`Frederik Sdun2009-10-081-1/+1
* Fixed string to char* casts in Scanner and SourceFileDidier 'Ptitjes2009-09-251-1/+1
* Replace `yields' by `async' method modifierJürg Billeter2009-09-131-3/+3
* Comment handling improvementsFlorian Brosch2009-09-041-23/+44
* Scanner has now a public static method to check if a token is a keyword or an...Alberto Ruiz2009-07-231-2/+2
* Fix crash in scannerJürg Billeter2009-07-101-1/+1
* Report error for invalid escape sequencesJürg Billeter2009-06-301-4/+23
* Fix handling of non-ASCII characters in commentsJürg Billeter2009-05-311-2/+2
* Fix error messages when using preprocessing directivesJürg Billeter2009-04-051-2/+2
* Fix leading whitespace in preprocessing directivesJürg Billeter2009-04-031-6/+10
* Support conditional compilationJürg Billeter2009-04-031-0/+263
* Warn when using result variable with incompatible type to prepare possibleJürg Billeter2009-01-101-4/+4