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: no_std parser setup #177

Merged
merged 2 commits into from
Sep 22, 2024
Merged

feat: no_std parser setup #177

merged 2 commits into from
Sep 22, 2024

Conversation

JayWhite2357
Copy link
Contributor

@JayWhite2357 JayWhite2357 commented Sep 21, 2024

Rationale for this change

We want to support no_std environments. proof-of-sql-parser can be no_std compatible.

What changes are included in this PR?

  • This PR refactors proof-of-sql-parser to mostly allow for no_std. Two dependencies: lalrpop and thiserror are still not no_std. See Feat/no std parser #176.

Are these changes tested?

Yes, existing tests cover this.

@JayWhite2357 JayWhite2357 changed the title Feat/no std parser setup feat: no_std parser setup Sep 21, 2024
@JayWhite2357 JayWhite2357 marked this pull request as ready for review September 21, 2024 17:08
@iajoiner iajoiner merged commit cf5ec19 into main Sep 22, 2024
10 checks passed
@iajoiner iajoiner deleted the feat/no_std-parser-setup branch September 22, 2024 07:16
Copy link

🎉 This PR is included in version 0.22.11 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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.

3 participants