Closed glebm closed 7 years ago
Previously, every expression had an args array property.
args
Replaces these with more appropriate properties specific to the type of the expression, eliminating some redundant arrays and making the code more readable.
/cc @ddrone
Looks great! Thanks!
Previously, every expression had an
args
array property.Replaces these with more appropriate properties specific to the type of the expression, eliminating some redundant arrays and making the code more readable.
/cc @ddrone