Start working on CALLMETHOD

This commit is contained in:
2026-07-16 14:39:39 +10:00
parent 8e4267d500
commit 7a53105eca
4 changed files with 312 additions and 3 deletions

View File

@@ -127,6 +127,7 @@ struct GroundError {
// --- Program structure types definitions ---
enum GroundTypeType {
GroundType_Undefined,
GroundType_Int, GroundType_Double, GroundType_Char, GroundType_Bool,
GroundType_String, GroundType_List,
GroundType_Function, GroundType_Struct, GroundType_Object,