Rename RENAME rule to ALIAS, allow it to create anonymous nodes
This commit is contained in:
parent
b5f421cafb
commit
cb5fe80348
28 changed files with 304 additions and 270 deletions
|
|
@ -13,7 +13,7 @@ struct ProductionStep {
|
|||
rules::Symbol symbol;
|
||||
int precedence;
|
||||
rules::Associativity associativity;
|
||||
std::string name_replacement;
|
||||
rules::Alias alias;
|
||||
|
||||
bool operator==(const ProductionStep &) const;
|
||||
bool operator!=(const ProductionStep &) const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue