diff options
Diffstat (limited to 'pyparsing/helpers.py')
-rw-r--r-- | pyparsing/helpers.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyparsing/helpers.py b/pyparsing/helpers.py index dcb6249..76beaf5 100644 --- a/pyparsing/helpers.py +++ b/pyparsing/helpers.py @@ -761,6 +761,7 @@ def infix_notation( -2--11 [[['-', 2], '-', ['-', 11]]] """ + # captive version of FollowedBy that does not do parse actions or capture results names class _FB(FollowedBy): def parseImpl(self, instring, loc, doActions=True): |