taocpp / PEGTL

Parsing Expression Grammar Template Library
Boost Software License 1.0
1.95k stars 229 forks source link

Feature/propagate node #343

Open skyrich62 opened 1 year ago

skyrich62 commented 1 year ago

While creating a parse tree, it would be nice to propagate the current node to the user's control methods, (e.g. start, success, failure).

This way the user has additional control over handling the nodes of the tree.

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (dffdff0) 99.69% compared to head (2a3a3ea) 99.69%.

:exclamation: Current head 2a3a3ea differs from pull request most recent head fd8f999. Consider uploading reports for the commit fd8f999 to get more accurate results

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #343 +/- ## ======================================= Coverage 99.69% 99.69% ======================================= Files 259 259 Lines 5202 5205 +3 ======================================= + Hits 5186 5189 +3 Misses 16 16 ``` | [Impacted Files](https://codecov.io/gh/taocpp/PEGTL/pull/343?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=taocpp) | Coverage Δ | | |---|---|---| | [include/tao/pegtl/contrib/parse\_tree.hpp](https://codecov.io/gh/taocpp/PEGTL/pull/343?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=taocpp#diff-aW5jbHVkZS90YW8vcGVndGwvY29udHJpYi9wYXJzZV90cmVlLmhwcA==) | `100.00% <100.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=taocpp). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=taocpp)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.