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

cases should not be creating variables (see comment examples) Related to #45 #48

Closed hchiam closed 7 years ago

hchiam commented 7 years ago

"... variable output minus one to variable test" should only create variable output. --> maybe know to stop at math operators? (nah) --> better fix: #45: just force variable creation to separate lines instead of "as needed"

hchiam commented 7 years ago

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