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

being_called is unnecessary for functions since using a separate goto_stack; remove this prop from variable_dictionary too? #50

Closed hchiam closed 7 years ago

hchiam commented 7 years ago

being_called is unnecessary for functions since we're using a separate goto_stack; remove this prop from variable_dictionary too?

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

hchiam commented 7 years ago

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