Commit 30408bde authored by Matthew Fernandez's avatar Matthew Fernandez
Browse files

fix: aliases of aliases generating incorrect code

Defining an alias in an aliasrule whose target was a preceding alias in the same
rule would cause incorrect code to be generated. Code for the aliases would be
emitted in the reverse order, causing the later alias to reference variables
that had not yet been defined.

Github: fixes #199 "aliases of aliases within aliasrules do not work"
parent b78d8bd6
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment