Skip to content

Added peekline feature to SimpleMatcher.

Berk Onat requested to merge berko/python-common:SM-peekline-branch into master

Added peekline feature to SimpleMatcher. The matched line can be accessed/peeked before SM with self.fInLine consume/pop it in parsers which is useful when parsing is carried-out with adHoc subfunction and one needs to access the line that SimpleMatcher works on at that instance/context.

Edited by Berk Onat

Merge request reports