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

New constant declration syntax #1062

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

New constant declration syntax #1062

wants to merge 10 commits into from

Conversation

feds01
Copy link
Contributor

@feds01 feds01 commented Mar 23, 2024

  • ast: remove AccessKind differentiator
  • parser: change access type and pattern syntax to use . over ::
  • semantics: adjust resolution to work without AccessKind
  • stdlib: update sources to use . over ::
  • tests: use . over :: syntax for accessors
  • ast: add is_constant flag to Declaration
  • parser: support new :: constant declaration syntax
  • tests: add case for constant declarations
  • tests: update failed cases for new constant declaration syntax
  • chore: fmt

@feds01 feds01 self-assigned this Mar 23, 2024
@feds01 feds01 requested a review from kontheocharis March 23, 2024 13:05
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