Am 04.04.2021 um 02:40 schrieb Bald Eagle:
> I was also thinking that since we don't have an 'alias' directive, we might be
> able to track the nesting level with something like:
>
> #macro If (A)
> #declare Level = Level + 1;
> #if (A)
> #end
>
> and then a corresponding EndIf () macro could decrement the counter...
... and here I am, trying to CLEAN UP the parser code...
*shrieks in horror*
Post a reply to this message
|