You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With splat, you don't need templating as it is always going to be a reference to a var.
This is most helpful when the data is in another file. For my use case, I want to have a number of files that all have the same schema. In that case, I want to be able to quickly validate if the data is right and not have to run full business logic to see if it is right.
Implementation
tokenize the splat operators
run macro on output before parsing
The text was updated successfully, but these errors were encountered:
Splat Operators
Allow splat operators to instantiate hooks - ie
a_hook **a_dict
ora_hook *a_list
Proposal Status: implemented
Issue Number: 257
Proposal Doc: splat-operators.md
Overview
Would be really helpful to support splat syntax like this.
With splat, you don't need templating as it is always going to be a reference to a var.
This is most helpful when the
data
is in another file. For my use case, I want to have a number of files that all have the same schema. In that case, I want to be able to quickly validate if the data is right and not have to run full business logic to see if it is right.Implementation
tokenize the splat operators
run macro on output before parsing
The text was updated successfully, but these errors were encountered: