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

Replace type.Initializiation with a type constructor function #1

Open
Botffy opened this issue Sep 2, 2019 · 0 comments
Open

Replace type.Initializiation with a type constructor function #1

Botffy opened this issue Sep 2, 2019 · 0 comments

Comments

@Botffy
Copy link
Owner

Botffy commented Sep 2, 2019

Currently the interpreter uses the Type of a variable to determine how to initialize it, types having an InitializationMethod enum value.

It'd be more flexible, and better for the separation of concerns, if the Grammar could define a SpecialName.TYPE_CONSTRUCTOR nullary function for types, and the Interpreter would call that on initialization. These would be implemented as instructions, at least initially.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant