Add PREC_DYNAMIC rule for resolving runtime ambiguities
This commit is contained in:
parent
cb652239f6
commit
d8e9d04fe7
24 changed files with 316 additions and 83 deletions
|
|
@ -46,6 +46,7 @@ typedef struct Tree {
|
|||
} first_leaf;
|
||||
|
||||
uint32_t ref_count;
|
||||
int dynamic_precedence;
|
||||
bool visible : 1;
|
||||
bool named : 1;
|
||||
bool extra : 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue