Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add warning checks in GDScript analyzer | George Marques | 2020-07-20 | 1 | -28/+37 |
| | | | | Reenable checking those when validating code. | ||||
* | New GDScript tokenizer and parser | George Marques | 2020-07-20 | 1 | -0/+201 |
Sometimes to fix something you have to break it first. This get GDScript mostly working with the new tokenizer and parser but a lot of things isn't working yet. It compiles and it's usable, and that should be enough for now. Don't worry: other huge commits will come after this. |