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

Make parser extensible and remove resugaring #497

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

Alex-Fischman
Copy link
Collaborator

This PR adds a Macros struct that can be used to extend the parser from external crates. This introduces a name conflict with the existing public Sexp dependency. Since I don't believe that we need this dependency, I have removed it, which breaks all of the code that depends on the ToSexp trait, which is basically just resugaring. Since I do not see the value in resugaring I have removed it. However, I am open to having my mind changed on resugaring, in which case I will reimplement Display for the affected structs without using ToSexp.

Copy link

codspeed-hq bot commented Dec 16, 2024

CodSpeed Performance Report

Merging #497 will not alter performance

Comparing Alex-Fischman:sexp-parser (3c64505) with main (faeabbc)

Summary

✅ 9 untouched benchmarks

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.

1 participant