pandemonium_engine/modules/gdscript
Relintai 09138d762c Ported: Use hash table for GDScript parsing
GDScript now uses hash table for lookup of type lists / functions / keywords, instead of linear String comparisons.
- lawnjelly
19f2006ec0
2023-03-18 09:44:01 +01:00
..
doc_classes
editor
icons
config.py
gdscript_compiler.cpp
gdscript_compiler.h
gdscript_editor.cpp
gdscript_function.cpp
gdscript_function.h
gdscript_functions.cpp
gdscript_functions.h
gdscript_parser.cpp
gdscript_parser.h
gdscript_tokenizer.cpp Ported: Use hash table for GDScript parsing 2023-03-18 09:44:01 +01:00
gdscript_tokenizer.h Ported: Use hash table for GDScript parsing 2023-03-18 09:44:01 +01:00
gdscript.cpp Ported: Use hash table for GDScript parsing 2023-03-18 09:44:01 +01:00
gdscript.h
register_types.cpp
register_types.h
SCsub