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
Use consistent grammar to parse subrule arguments.
This fixes the problem where <subrule(...)> could take any kind of arguments,
while <subrule: ...> only accepted a list of strings (and didn't interpolate
variables in double-quoted strings).
Closes#105.
0 commit comments