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

Move interface and world declarations. #1

Merged
merged 2 commits into from
Sep 20, 2023
Merged

Move interface and world declarations. #1

merged 2 commits into from
Sep 20, 2023

Conversation

peterhuene
Copy link
Member

This PR moves interface and world declarations under type statement, rather than top-level statements.

This refactoring will help with my first attempt to register types as part of resolution, as now type statement contains all possible type declarations.

This commit moves interface and world declarations under type statement, rather
than top-level statements.

This refactoring will help with my first attempt to register types as part of
resolution, as now type statement contains all possible type declarations.
Copy link
Collaborator

@fibonacci1729 fibonacci1729 left a comment

Choose a reason for hiding this comment

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

This looks good to me! I like the pest re-org.

@peterhuene peterhuene merged commit 16d7fe8 into main Sep 20, 2023
@peterhuene peterhuene deleted the type-stmts branch September 20, 2023 18:29
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