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

force creating variables before use to reduce workarounds for variable auto-creation #45

Closed
hchiam opened this issue May 9, 2017 · 1 comment

Comments

@hchiam
Copy link
Owner

hchiam commented May 9, 2017

Doing this would then force users to do this for each variable: please variable <var_name>

See line 183 of commit e03fb4a:
e03fb4a#diff-daf3d7b9d2338210be4d4e8c5f3d047cR183

WORKAROUND: var_name_not_of AND var_name_not_to TO AVOID CREATING VARIABLES WHEN ACTUALLY USING "SUBVARIABLES"

@hchiam
Copy link
Owner Author

hchiam commented May 19, 2017

v0.1.0 Interpreter --> v0.2.0 Transformer (translates to Python code)

@hchiam hchiam closed this as completed May 19, 2017
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