Supports using reference variables (e.g. $VAR) in value references (e.g. $(value.ref)).
When resolving references, the reference variables will be replaced in the value reference in the same manner that they are replaced within strings containing value references.
Adds additional tests for the REF_VAR grammar rule as well as modifies config_example8.cfg to make use of and test this new feature.
Supports using reference variables (e.g.
$VAR
) in value references (e.g.$(value.ref)
).When resolving references, the reference variables will be replaced in the value reference in the same manner that they are replaced within strings containing value references.
Adds additional tests for the
REF_VAR
grammar rule as well as modifiesconfig_example8.cfg
to make use of and test this new feature.