Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(parse)!: add parse module and proto::Version parser #164

Merged
merged 2 commits into from
Mar 19, 2024

Conversation

mbrobbel
Copy link
Member

This adds the parse module with the Parse and Context traits, and a parser for proto::Version. The Context trait will be extended when needed for the specific parsers that require it.

@mbrobbel mbrobbel mentioned this pull request Mar 13, 2024
32 tasks
@mbrobbel mbrobbel changed the title feat(parse): add parse module and proto::Version parser feat(parse)!: add parse module and proto::Version parser Mar 13, 2024
@@ -0,0 +1,17 @@
// SPDX-License-Identifier: Apache-2.0

//! A parse context.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are there two parse context comments here? Is this one describing the file?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Correct, this is the module-level comment.

@mbrobbel mbrobbel merged commit 6f3eb94 into substrait-io:main Mar 19, 2024
12 checks passed
@mbrobbel mbrobbel deleted the parse/mod branch March 19, 2024 08:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants