Skip to content
Commit ddc2bb22 authored by Matthew Dawson's avatar Matthew Dawson
Browse files

Variables really should be emitted in declared order.

Since variable subtypes can depend upon previously declared variables, emit
the variables in the same order as defined.  While some languages may not care,
it is better to be safe then sorry.

Also, since variables are now always emitted in defined order, remove some
excess try .. catch blocks, which were attempting to handle the unknown order.
parent 46d66936
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment