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

Add support for primary constructors #254

Merged
merged 1 commit into from
May 26, 2023

Conversation

JoeRobich
Copy link
Member

@JoeRobich JoeRobich commented May 25, 2023

  • Add support for Class/Struct/Record declaration with no body.
  • Add support for Class/Struct/Record declaration parameter list.
  • Add support for record class and record struct.
  • Remove RecordName identifier type. Instead use ClassName/StructName as necessary.

Fixes #242, Fixes #202

- Add support for Class/Struct/Record declaration with no body.
- Add support for Class/Struct/Record declaration parameter list.
- Add support for `record class` and `record struct`.
- Remove RecordName identifier type. Instead use ClassName/StructName as necessary.
@JoeRobich JoeRobich merged commit 2918bd6 into main May 26, 2023
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.

Partial syntax highlighting with records Records highlighting is not supported
2 participants