Identifies CashAssembly literal tokens that appear inside angle-bracket push statements.
Inside an evaluation, not everything between < and > is a variable name. Literals are
also valid push contents: numeric literals (e.g. <0>, <32>), hex literals (<0x02>),
binary literals (<0b1010>), and string literals (<"minting">, <'hello'>). This pattern
matches any captured token that starts with a digit or a quote character.
Identifies CashAssembly literal tokens that appear inside angle-bracket push statements.
Inside an evaluation, not everything between
<and>is a variable name. Literals are also valid push contents: numeric literals (e.g.<0>,<32>), hex literals (<0x02>), binary literals (<0b1010>), and string literals (<"minting">,<'hello'>). This pattern matches any captured token that starts with a digit or a quote character.