min & max for types

This commit is contained in:
gingerBill
2018-12-27 12:12:14 +00:00
parent cc14180e9d
commit 7c982b6e10
4 changed files with 132 additions and 4 deletions

View File

@@ -171,6 +171,8 @@ struct TypeUnion {
Scope * scope; \
Entity * names; \
Type * base_type; \
ExactValue min_value; \
ExactValue max_value; \
}) \
TYPE_KIND(Tuple, struct { \
Array<Entity *> variables; /* Entity_Variable */ \