aboutsummaryrefslogtreecommitdiff
path: root/src/include/tree.h
diff options
context:
space:
mode:
authors-over-42023-07-09 23:36:39 -0400
committers-over-42023-07-09 23:36:39 -0400
commit3495c3390361a9952de7ace2838b23b04bde7514 (patch)
tree52a7627a52ef2ec71dad898a33152db8be9e93aa /src/include/tree.h
parente78dee530d10cb3e66383907cce8a008602941fc (diff)
hi Σairu
Diffstat (limited to 'src/include/tree.h')
-rw-r--r--src/include/tree.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/include/tree.h b/src/include/tree.h
index 6374062..fde66ea 100644
--- a/src/include/tree.h
+++ b/src/include/tree.h
@@ -19,9 +19,11 @@ typedef struct TREE_STRUC {
} comp;
struct { // === DEFINITIONS ===
- char* name; // name of definition
- int mutability; // mutability of definition
+ char* type; // the definition type
+ char** tags; // the definition tags
+ char* name; // the definition name
struct TREE_STRUC* value; // value of definition
+ // :D lines line up :D
} def;
struct { // === CALLS ===