Open
Description
A module of mine has tens of (nested) element definitions, all have .leave_whitespace()
called; it takes several seconds to run. It took me quite some time to realize that pyparsing were making copies of nested elements, which is unnecessary for my use case:
Lines 3738 to 3749 in fad68f4
Lines 4524 to 4531 in fad68f4
In the same spirit with recursive
(#219), I think another parameter should also be introduced to configure the behavior.
Metadata
Metadata
Assignees
Labels
No labels