Files
godot/modules
George Marques 743053734f Add static type checks in the parser
- 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.
2018-07-20 21:55:16 -03:00
..
2018-07-01 11:16:54 +02:00
2018-07-17 12:03:45 +08:00
2018-07-19 00:17:45 +01:00
2018-07-17 12:03:45 +08:00