hchiam / please

An experimental programming language (transpiler) to make it easier to write code with speech recognition.
MIT License
1 stars 1 forks source link

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

Closed hchiam closed 7 years ago

hchiam commented 7 years ago

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

See line 183 of commit e03fb4a: https://github.com/hchiam/please/commit/e03fb4ae2407cb14b4e5cc87144b1c40ed419f0b#diff-daf3d7b9d2338210be4d4e8c5f3d047cR183

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

hchiam commented 7 years ago

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