Researching 128bit integers
This commit is contained in:
@@ -142,7 +142,7 @@ union{ \
|
||||
bool bool_val; \
|
||||
F64 f64_val; \
|
||||
F32 f32_val; \
|
||||
S8 s8_val; \
|
||||
S8 s8_val; \
|
||||
S16 s16_val; \
|
||||
S32 s32_val; \
|
||||
S64 s64_val; \
|
||||
@@ -330,6 +330,7 @@ ast_int(Token *pos, U64 integer){
|
||||
AST_NEW(Atom, VALUE, pos, AST_EXPR | AST_ATOM);
|
||||
result->type = untyped_int;
|
||||
result->int_val = integer;
|
||||
// result->big_int = big_int(pctx->perm, integer); // @todo: int arena??
|
||||
return result;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user