aboutsummaryrefslogtreecommitdiff
path: root/include/compiler.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/compiler.h')
-rw-r--r--include/compiler.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/compiler.h b/include/compiler.h
index 1ed98f3..f6599a1 100644
--- a/include/compiler.h
+++ b/include/compiler.h
@@ -35,6 +35,14 @@ typedef struct {
amal_default_type *usize;
amal_default_type *f32;
amal_default_type *f64;
+ amal_default_type *bool;
+
+ amal_default_type *c_char;
+ amal_default_type *c_short;
+ amal_default_type *c_int;
+ amal_default_type *c_long;
+ amal_default_type *c_void;
+
amal_default_type *str;
amal_default_type *arithmetic_types[NUM_ARITHMETIC_TYPES];