summaryrefslogtreecommitdiff
path: root/tests/parser
Commit message (Expand)AuthorAgeFilesLines
* Require and target GLib >= 2.56Rico Tzschichholz2023-02-281-0/+8
* tests: Update c-expectedwszqkzqk2023-01-1117-17/+17
* parser: Support one-line declaration of multiple fields in classes/structswszqkzqk2023-01-052-0/+358
* tests: Add "one-line declaration of local variables" test to increase coverageRico Tzschichholz2023-01-052-0/+32
* parser: Properly handle chained equality expressionswszqkzqk2022-12-223-0/+290
* vala: Add support for verbatim template string星外之神2022-10-304-13/+115
* codegen: Add glib.h include for TRUE/FALSE literalRico Tzschichholz2022-10-021-1/+1
* vala: Make try-statement parsing more resilientRico Tzschichholz2022-08-151-0/+16
* Bump version suffix to 0.580.57.0Rico Tzschichholz2022-08-011-0/+2
* vala: Only add catch clause if an inner error is possibleRico Tzschichholz2022-02-111-14/+0
* vala: Catch and throw possible inner error of lock statementsRico Tzschichholz2022-02-101-0/+14
* parser: Allow usage of dynamic on VarTypeRico Tzschichholz2022-02-062-0/+602
* codegen: Write array length of formal parameters with fixed lengthRico Tzschichholz2022-01-261-3/+3
* parser: Improve handling of nullable VarType in with-statementRico Tzschichholz2022-01-252-0/+23
* parser: Reduce the source reference of main block method to its beginningRico Tzschichholz2022-01-182-0/+22
* Add native support to specify non default length-type for arraysRico Tzschichholz2022-01-042-0/+103
* codegen: Use __once instead of __volatile in generated codeVal Och2022-01-039-52/+52
* codegen: Initialize "result" variable on declaration for abstract methods onlyRico Tzschichholz2022-01-032-3/+3
* parser: Better handling of misplaced switch sectionsRico Tzschichholz2021-11-021-0/+5
* tests: Rename invalid yield-return test to avoid conflictRico Tzschichholz2021-10-172-0/+614
* Bump version suffix to 0.56Rico Tzschichholz2021-09-291-0/+2
* Add support for sealed classesRico Tzschichholz2021-08-052-0/+378
* tests: Add expected generated C sourcesRico Tzschichholz2021-07-1627-0/+3897
* Support explicit nullable var-type declarationsRico Tzschichholz2021-04-151-0/+16
* parser: Allow empty member-initializer and accept trailing commaRico Tzschichholz2021-04-153-0/+25
* Bump version suffix to 0.54Rico Tzschichholz2021-04-151-0/+2
* tests: Add more "parser" tests to increase coverageRico Tzschichholz2021-01-214-0/+28
* vala: Accept "unowned var" as type for foreach variable declarationRico Tzschichholz2020-11-101-0/+11
* 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