mirror of
https://github.com/odin-lang/Odin.git
synced 2026-05-11 07:01:08 +00:00
Global variable dependency initialization ordering
Fuck graph theory
This commit is contained in:
@@ -78,6 +78,8 @@ struct Entity {
|
||||
Entity * using_parent;
|
||||
AstNode * using_expr;
|
||||
|
||||
isize order_in_src;
|
||||
|
||||
union {
|
||||
struct {
|
||||
ExactValue value;
|
||||
|
||||
Reference in New Issue
Block a user