Added broken check for bool if cond. Also added some wonky if/else pretty printing for AST.
This commit is contained in:
@@ -371,7 +371,7 @@ type_variable_to_field :: (type_variables : []Type_Variable, scope_stack : Scope
|
||||
}
|
||||
field_hint.kind = .Target;
|
||||
} else {
|
||||
// @Incomplete(nb): custo hints
|
||||
field_hint.custom_hint_name = copy_string(hint.ident_value);
|
||||
}
|
||||
array_add(*field.hints, field_hint);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user