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

currently assume no function calling this function, so just outputting to global variable_dictionary #51

Closed hchiam closed 7 years ago

hchiam commented 7 years ago

currently assume no function calling current function, so just outputting to global variable_dictionary

https://github.com/hchiam/please/blob/f8b754af8c2bf5309e022a781401a52c7a1b7a1c/interpreter.py#L771

hchiam commented 7 years ago

v0.1.0 Interpreter --> v0.2.0 Transformer (translates to Python code, so no need to track local/global variables)