Global variable dependency initialization ordering

Fuck graph theory
This commit is contained in:
Ginger Bill
2017-08-20 18:28:21 +01:00
parent 1161aa829d
commit 6c73f9d3fd
9 changed files with 503 additions and 150 deletions

View File

@@ -78,6 +78,8 @@ struct Entity {
Entity * using_parent;
AstNode * using_expr;
isize order_in_src;
union {
struct {
ExactValue value;