godot/modules/gdscript/tests/scripts/parser
George Marques 03ea77407c
GDScript: Be more lenient with identifiers
- Allow identifiers similar to keywords if they are in ASCII range.
- Allow constants to be treated as regular identifiers.
- Allow keywords that can be used as identifiers in expressions.
2023-02-09 11:19:05 -03:00
..
errors Fix global script class parsing. 2023-01-31 12:43:25 +01:00
features GDScript: Be more lenient with identifiers 2023-02-09 11:19:05 -03:00
warnings GDScript: Be more lenient with identifiers 2023-02-09 11:19:05 -03:00