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

default script arg identifier support #14

Closed
2 tasks done
Tracked by #11
michal-kapala opened this issue Feb 23, 2024 · 0 comments
Closed
2 tasks done
Tracked by #11

default script arg identifier support #14

michal-kapala opened this issue Feb 23, 2024 · 0 comments
Assignees
Labels
bug Something isn't working interpreter Related to interpreter module typechecker Related to typechecker module

Comments

@michal-kapala
Copy link
Owner

The script arguments which can be passed via RunScript have _<number> default local identifiers which are always valid and null-initialized at runtime if the corresponding value is not provided. These local variables need not be initalized by ArgumentList.

  • typechecker support
  • runtime support
@michal-kapala michal-kapala added bug Something isn't working interpreter Related to interpreter module typechecker Related to typechecker module labels Feb 23, 2024
@michal-kapala michal-kapala added this to the Package release milestone Feb 23, 2024
@michal-kapala michal-kapala self-assigned this Feb 23, 2024
@michal-kapala michal-kapala mentioned this issue Feb 23, 2024
19 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working interpreter Related to interpreter module typechecker Related to typechecker module
Projects
Status: Done
Development

No branches or pull requests

1 participant