summaryrefslogtreecommitdiff
path: root/modules/gdscript/gdscript_analyzer.h
AgeCommit message (Expand)Author
2020-09-11Array/Dictinoary no more reduced to array/dictionary variantThakee Nathees
2020-09-06GDScript: parameter infer type bug fixThakee Nathees
2020-09-01GDScript: Don't try to parse constant scripts that aren't validGeorge Marques
2020-08-18GDScript: Allow enum values to be set to constant expressionsGeorge Marques
2020-08-01[GDScript] Add static HashMap cleanup.bruvzg
2020-07-22Wrap up GDScript 2.0 base implementationGeorge Marques
2020-07-20Added support for enums to be used as types in GDScriptGeorge Marques
2020-07-20Add warning checks in GDScript analyzerGeorge Marques
2020-07-20Add new GDScript type checkerGeorge Marques
2020-07-20New GDScript tokenizer and parserGeorge Marques