Closed mcheshkov closed 10 years ago
Now there's enterMacro - skipTokens mutual recursion left, so stack will be as deep as long the failing #elseif chain is. Fix #12.
enterMacro
skipTokens
#elseif
Thanks!
Now there's
enterMacro
-skipTokens
mutual recursion left, so stack will be as deep as long the failing#elseif
chain is. Fix #12.