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: support corset pure functions #404

Merged
merged 3 commits into from
Nov 29, 2024

Conversation

DavePearce
Copy link
Collaborator

This adds support for defpurefun declarations. However, there are still a number of things outstanding to be done.

The initial parser for pure function declarations is now almost
operational.  What's left is to handle signatures with return types, and
parameters with explicit types.

This introduces a proper notion of scope into the resolution process.
@DavePearce DavePearce linked an issue Nov 29, 2024 that may be closed by this pull request
@DavePearce DavePearce force-pushed the 394-support-corset-pure-functions branch from a9980db to b9950c6 Compare November 29, 2024 04:19
@DavePearce DavePearce enabled auto-merge (squash) November 29, 2024 04:20
@DavePearce DavePearce force-pushed the 394-support-corset-pure-functions branch from b9950c6 to e41598e Compare November 29, 2024 04:20
@DavePearce DavePearce force-pushed the 394-support-corset-pure-functions branch from e41598e to 5c5fa9f Compare November 29, 2024 04:33
@DavePearce DavePearce merged commit f1d3d94 into main Nov 29, 2024
2 checks passed
@DavePearce DavePearce deleted the 394-support-corset-pure-functions branch November 29, 2024 04:39
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.

Support Corset Pure Functions
1 participant