syntax for templating
Opened this issue · 0 comments
lostinplace commented
{}
should refer to all consumed values
{-1}
is the consumed value from the prior expression (negative only for now)
{key}
should grab the key from the in-rule context (pending value conversion to hashmaps)
reference{key}
should refer the key from the stated reference's value (pending value conversion to hashmaps)