summaryrefslogtreecommitdiff
path: root/tests/parser
Commit message (Expand)AuthorAgeFilesLines
* Bump version suffix to 0.52Rico Tzschichholz2020-09-291-0/+2
* parser: Allow to begin expression with statement keywordwip/issue/1073Rico Tzschichholz2020-09-181-0/+85
* vala: Improve parsing of with-statement and allow it as embedded statementRico Tzschichholz2020-09-171-2/+6
* vala: Don't loose invalid_syntax when copying array type for local variableRico Tzschichholz2020-07-021-0/+5
* Add support for "with" statementNick Schrader2020-06-026-0/+30
* vala: Parse standalone integer/real literals as expression statementRico Tzschichholz2020-04-041-0/+7
* Bump version suffix to 0.50Rico Tzschichholz2020-03-231-0/+2
* parser: Improve error message for invalid ArrayCreationExpressionRico Tzschichholz2020-03-191-0/+5
* tests: Add more "parser" tests to increase coverageRico Tzschichholz2020-01-302-0/+18
* tests: Add "scanner" tests to increase coverageRico Tzschichholz2019-11-241-0/+8
* vala: Support "unowned var" to declare local variablesRico Tzschichholz2019-11-051-0/+10
* parser: `owned` is not allowed on ConstantsRico Tzschichholz2019-10-112-0/+11
* Bump version suffix to 0.48Rico Tzschichholz2019-09-251-0/+2
* tests: Add "main block" parser test to increase coverageRico Tzschichholz2019-09-241-0/+2
* tests: Extend preprocessor-vala test with VALA_0_46Rico Tzschichholz2019-09-241-0/+2
* tests: Add invalid "parser" tests to increase coverageRico Tzschichholz2019-09-232-0/+16
* tests: Add "qualified member/symbol access" tests to increase coverageRico Tzschichholz2019-09-232-0/+34
* vala: Bump implicit target-glib to 2.48Rico Tzschichholz2019-03-191-0/+8
* tests: Add default defines test for VALA_0_XX and GLIB_2_XXRico Tzschichholz2018-11-242-0/+82
* tests: Add some "using directive" tests to increase coverageRico Tzschichholz2018-10-273-0/+40
* vala: Enforce "return yield ..." syntax to be expectedRico Tzschichholz2018-09-221-0/+13
* tests: Add some "yield" test to increase coverageRico Tzschichholz2018-09-221-0/+19
* tests: Add invalid "duped constructor/destructor" test to increase coverageRico Tzschichholz2018-06-136-0/+72
* scanner: Accept backreferences \1 through \99 in regex literalsRico Tzschichholz2018-05-161-0/+3
* scanner: Accept \R and \N escape sequences in regex literalsRico Tzschichholz2018-05-141-0/+29
* tests: Treat new lock/unlock tests as compile-only which they areRico Tzschichholz2018-04-271-3/+0
* parser: Add support for explicit "unlock" syntaxRico Tzschichholz2018-04-251-0/+19
* tests: Move namespaces.vala into parser and merge its main methodsRico Tzschichholz2018-02-081-0/+32
* tests: Add more "parser" tests to increase coverageCorentin Noël2018-02-0552-1/+427
* tests: Add "continue" parser test to increase coverageRico Tzschichholz2018-01-071-0/+12
* tests: Add "preprocessor" parser test to increase coverageRico Tzschichholz2018-01-071-0/+9
* tests: Add "assignment" operator parser tests to increase coverageRico Tzschichholz2018-01-071-0/+14
* tests: Add "do-while" parser tests to increase coverageRico Tzschichholz2018-01-071-0/+14
* tests: Add "tuple" parser test to increase coverageRico Tzschichholz2018-01-071-0/+14
* tests: Add "template" parser test to increase coverageRico Tzschichholz2018-01-071-0/+12
* parser: Accept comma-separated list in case-statements of switchsJukka-Pekka Iivonen2017-12-131-0/+13