A web tool to explore the ASTs generated by parsers.
<!-- DO NOT IGNORE THE TEMPLATE! Thank you for contributing! Before submitting the PR, please make sure you do the following: - Read the [Contributing Guide](https://github.com/sxzz/contribute). - Check that there isn't already a PR that solves the problem the same way to avoid creating a duplicate. - Provide a description in this PR that addresses **what** the PR is solving, or reference the issue that it solves (e.g. `fixes #123`). - Ideally, include relevant tests that fail without this PR but pass with it. --> ### Description <!-- Please insert your description here and provide especially info about the "what" this PR is solving --> This PR adds support for the pipeline operator (|>) in the Babel parser, improves functional composition readability. ### Linked Issues No prior support exists for this feature in the Babel parser. ### Additional context This implementation follows the latest pipeline operator proposal. <!-- e.g. is there anything you'd like reviewers to focus on? -->
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by Wetinee and has received 2 comments.