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: implement defconst #419

Merged
merged 12 commits into from
Dec 9, 2024
Merged

feat: implement defconst #419

merged 12 commits into from
Dec 9, 2024

Conversation

DavePearce
Copy link
Collaborator

No description provided.

This adds a range of tests based on existing tests for the `(defconst
...)` declarartion.  They are all failing of course :)
This updates the parser to parse defconst declarations.  This also adds
a number of invalid tests as well.
Constants are now mostly working, but there are a few edge cases to work
through.
This completes implementation of defconst.
@DavePearce DavePearce linked an issue Dec 9, 2024 that may be closed by this pull request
@DavePearce DavePearce merged commit 13af9a0 into main Dec 9, 2024
2 checks passed
@DavePearce DavePearce deleted the 411-implement-defconst branch December 9, 2024 02:46
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.

Implement defconst
1 participant