Expand description
Modules§
Structs§
- Default
Mouth - The default implementation of
Mouth. Well optimized to be fast, but at the cost of not keeping track of “the depth of current macro expansions” - I found that to be an acceptable loss, since afaict, the only thing that is done with that information is to print a corresponding number of.s if\tracingcommandsis set. By omitting that and just concatenating all expansions into a single Vec from which topop(), we gain a massive speedup.