I’m still a bit confused about a statement like this:
pattern>_</pattern>
...
<set name="star"><star /></set>
the name-“star”, should this be interpreted as “*” or as a hardcoded ‘star’?
ex, if the input would be ‘hello’, does it do something like:
star = hello;
or
hello = hello;