You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Tom Alexander 7087157ed3
Add partial test for walking up context vs parameters
4 years ago
..
README.md Add partial test for walking up context vs parameters 4 years ago
greeting.dust Add an initial test of partial parameters 4 years ago
input1.json Add an initial test of partial parameters 4 years ago
input2.json Add partial test for walking up context vs parameters 4 years ago
main.dust Add an initial test of partial parameters 4 years ago

README.md

Partial parameters do not take highest priority but also do not seem to take lowest priority. Current theory is parameters are inserted 1 level above the current context (so parameters would be references before walking up).