mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-07-18 23:21:32 -07:00
dynamic ternaries in ir tree evaluation, fixes to over-ambitious parsing of identifier qualifiers
This commit is contained in:
@@ -249,6 +249,13 @@ struct Discriminated_Union
|
||||
};
|
||||
};
|
||||
|
||||
raddbg_auto_view_rule(Discriminated_Union,
|
||||
kind == Kind.First ? first :
|
||||
kind == Kind.Second ? second :
|
||||
kind == Kind.Third ? third :
|
||||
kind == Kind.Fourth ? fourth :
|
||||
$);
|
||||
|
||||
struct Linked_List{
|
||||
Linked_List *next;
|
||||
Linked_List *prev;
|
||||
|
||||
Reference in New Issue
Block a user