Parse the arguments of a Pgfkeys macro. The ast
is expected to be a comma separated list of Items.
Each item can have 0 or more item parts, which are separated
by "=". If itemPart is undefined,
If options.allowParenGroups === true, then commas that occur inside groups of parenthesis
will not be parsed as separators. This is useful for parsing tikz \foreach loops.
Parse the arguments of a Pgfkeys macro. The
ast
is expected to be a comma separated list ofItem
s. Each item can have 0 or more item parts, which are separated by "=". IfitemPart
is undefined,If
options.allowParenGroups === true
, then commas that occur inside groups of parenthesis will not be parsed as separators. This is useful for parsing tikz\foreach
loops.