July 26, 2016
7:09 p.m.
Hi, is this valid pragma syntax: foo <func: #operation arg: #+> ^ self (note the closing angle and the +-symbol) The above code is what the pretty printer creates if you pretty-print this code foo <func: #operation arg: #+ > ^ self (note the space between #+ and > Or a bug in the parser ? this pragma definition <func: #operation arg: #a> seems to work.