This commit is contained in:
2026-05-10 12:57:16 -05:00
parent 7e9f73bfa7
commit 6a4d9eb544
6 changed files with 90 additions and 15 deletions

View File

@@ -1,4 +1,8 @@
#ifndef TYCHE_TYCHE_H
#define TYCHE_TYCHE_H
typedef enum {
TT_NIL, TT_INTEGER, TT_REAL, TT_STRING, TT_STRING_CONST, TT_ARRAY, TT_TABLE, TT_FUNCTION, TT_NATIVE_PTR,
} TYC_TYPE;
#endif //TYCHE_TYCHE_H