summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gdscript_parser.h
Commit message (Collapse)AuthorAgeFilesLines
...
* Add static type checks in the parserGeorge Marques2018-07-201-27/+117
| | | | | | | | | | | | - Resolve types for all identifiers. - Error when identifier is not found. - Match return type and error when not returning a value when it should. - Check unreachable code (code after sure return). - Match argument count and types for function calls. - Determine if return type of function call matches the assignment. - Do static type check with match statement when possible. - Use type hints to determine export type. - Check compatibility between type hint and explicit export type.
* Store type hint of declared identifiersGeorge Marques2018-07-201-3/+45
|
* Move inheritance resolution to the parserGeorge Marques2018-07-201-0/+4
|
* Add typing syntaxGeorge Marques2018-07-201-70/+44
|
* Refactor RPCMode enum and checksFabio Alessandrelli2018-05-291-4/+4
|
* Revert "RPCMode refactor, more sync modes"Max Hilbrunner2018-05-291-4/+4
|
* Refactor RPCMode enum and checksFabio Alessandrelli2018-05-261-4/+4
|
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
| | | | | | Using `misc/scripts/fix_headers.py` on all Godot files. Some missing header guards were added, and the header inclusion order was fixed in the Bullet module.
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
| | | | Happy new year to the wonderful Godot community!
* GDScript: Refactor "GD" class prefix to "GDScript"Rémi Verschelde2017-11-161-0/+547