Closed joranmulderij closed 8 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 98.97%. Comparing base (
5cd0bde
) to head (3b7b764
). Report is 9 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Thank you for the contribution!
This is useful for complex parsers where you want the nice stuff from expression builder but don't want to loose the ability to loop back from you expression builder. For example, in my parser I have something like this:
expr
gets used in thelines
parser, which gets used in theblock
parser. Theblock
parser is a primitive for the expression builder again.