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

Allow Additional v1 Syntax: #1059

Merged
merged 1 commit into from
Feb 7, 2024
Merged

Conversation

markwpearce
Copy link
Collaborator

Allows without diagnostic, but no deeper validation:

  • built-in types for class member types
  • type declarations on LHS of assignments

eg. this is now ok:

class Foo
    node as roSGNode
end class

sub someFunc()
    myStr as string = "hello"
end sub

@markwpearce markwpearce added this to the v1.0.0 milestone Feb 2, 2024
Copy link
Member

@TwitchBronBron TwitchBronBron left a comment

Choose a reason for hiding this comment

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

This is great. Thanks!

@TwitchBronBron TwitchBronBron merged commit 644e306 into master Feb 7, 2024
4 checks passed
@TwitchBronBron TwitchBronBron deleted the additional_v1_syntax_backports branch February 7, 2024 13:45
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.

None yet

2 participants