Open isc-jilee opened 3 months ago
Since Macros are substituted in the pre-compile step they cannot be treated like method calls.
Needs "in macro" handler to ignore white space adjustment when in macro parens but outside of function parens See "inJSON" handler
For Macro calls, such as
$$$MACRO(foo,bar,baz)
, empty space is inserted after each comma$$$MACRO(foo, bar, baz)
.