summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/tests/scripts/parser
Commit message (Expand)AuthorAgeFilesLines
* Fix lambda parsing continuing on subsequent lines #73273今井きなみ2023-06-214-0/+92
* Merge pull request #73363 from dalexeev/gds-fix-min-int-not-representableRémi Verschelde2023-06-182-0/+33
|\
| * GDScript: Fix `MIN_INT` not representable as numeric literalDanil Alexeev2023-02-152-0/+33
* | GDScript: Fix repeated `_` are allowed after decimal pointDanil Alexeev2023-06-146-11/+53
* | GDScript: Reorganize and unify warningsDanil Alexeev2023-04-2814-26/+26
* | Add support for static variables in GDScriptGeorge Marques2023-04-274-0/+15
* | GDScript: Add some checks for `@tool` and `@icon`Danil Alexeev2023-04-204-0/+14
* | Merge pull request #72979 from dalexeev/gds-annotation-parsingYuri Sizov2023-04-174-0/+67
|\ \
| * | GDScript: Fix and improve annotation parsingDanil Alexeev2023-04-144-0/+67
* | | fix access to identifiers that are reserved keywordsajreckof2023-04-142-0/+37
|/ /
* | Fix GDScript code style regarding colonDanil Alexeev2023-03-052-5/+7
* | Minor typo and docs URL fixesRémi Verschelde2023-02-281-1/+1
* | GDScript: Fix parsing unexpected break/continue in lambdaDmitrii Maganov2023-02-234-0/+22
|/
* Merge pull request #72971 from vnen/gdscript-multiline-commentRémi Verschelde2023-02-094-6/+24
|\
| * GDScript: Allow strings as multiline commentsGeorge Marques2023-02-094-6/+24
* | GDScript: Be more lenient with identifiersGeorge Marques2023-02-096-1/+39
|/
* Revert "Remove script class checks when getting function signature"Rémi Verschelde2023-02-072-14/+0
* Remove script class checks when getting function signatureAdam Scott2023-02-072-0/+14
* Fix global script class parsing.Juan Linietsky2023-01-311-1/+1
* GDScript: Fix `@export_enum` works only with `int`Danil Alexeev2023-01-302-0/+22
* Merge pull request #72285 from vnen/gdscript-variable-matchRémi Verschelde2023-01-292-0/+27
|\
| * GDScript: Allow variables in match patternsGeorge Marques2023-01-282-0/+27
* | GDScript: Fix constant conversionsDmitrii Maganov2023-01-291-4/+4
|/
* GDScript: Allow constant expressions in annotationsDanil Alexeev2023-01-252-2/+2
* Clarify error message about script-level annotationDanil Alexeev2023-01-241-1/+1
* Merge pull request #71914 from vnen/gdscript-no-continue-matchRémi Verschelde2023-01-234-8/+3
|\
| * GDScript: Remove function of `continue` for match statementGeorge Marques2023-01-224-8/+3
* | Add support for Unicode identifiers in GDScriptGeorge Marques2023-01-216-0/+65
|/
* Merge pull request #67774 from aaronfranke/script-annotationsRémi Verschelde2023-01-163-4/+4
|\
| * Make script annotations placed before class_name and extendsAaron Franke2022-12-193-4/+4
* | Merge pull request #70899 from adamscott/fix-vector-infRémi Verschelde2023-01-122-0/+9
|\ \
| * | Fix parse error using Vector{2,3,4}.INFAdam Scott2023-01-082-0/+9
* | | Merge pull request #70713 from vonagam/fix-unnamed-enum-outer-conflictsGeorge Marques2023-01-122-0/+22
|\ \ \
| * | | GDScript: Fix false name conflicts for unnamed enumsDmitrii Maganov2022-12-292-0/+22
| | |/ | |/|
* | | Add GDScript `.editorconfig` rulesAdam Scott2023-01-109-126/+126
* | | Merge pull request #70655 from vonagam/fix-assert-multilineRémi Verschelde2023-01-092-0/+26
|\ \ \ | |_|/ |/| |
| * | GDScript: Fix multiline and trailing comma for assertDmitrii Maganov2023-01-082-0/+26
| |/
* / GDScript: Make using return of void function an errorGeorge Marques2022-12-302-11/+0
|/
* change RETURN_VALUE_DISCARDED GDScript warn textsouplamp2022-11-211-1/+1
* Add STATIC_CALLED_ON_INSTANCE warning to highlightclayjohn2022-10-142-0/+18
* Implement RETURN_VALUE_DISCARDED warning in GDscriptclayjohn2022-10-132-2/+6
* Improve dictionary printing to avoid confusion with arraysHugo Locurcio2022-10-044-6/+6
* Improve null and object printing to avoid confusion with arraysHugo Locurcio2022-08-312-2/+2
* Merge pull request #62701 from cdemirer/for-variable-conflictRémi Verschelde2022-07-064-0/+11
|\
| * Do error when for variable conflicts with a variable in scopecdemirer2022-07-044-0/+11
* | Add grouping annotations for class properties in GDScriptYuri Sizov2022-07-052-3/+3
|/
* Merge pull request #61666 from nathanfranke/fix-match-bindGeorge Marques2022-06-152-0/+19
|\
| * use correct error for unused bind match, suppress with underscoreNathan Franke2022-06-032-0/+19
* | Merge pull request #57151 from cdemirer/fix-match-array-dict-pattern-logic-errorGeorge Marques2022-06-144-0/+93
|\ \ | |/ |/|
| * Fix logic errors in match-statement Array & Dictionary Patternscdemirer2022-03-024-0/+93