hedyorg / hedy

Hedy is a gradual programming language to teach children programming. Gradual languages use different language levels, where each level adds new concepts and syntactic complexity. At the end of the Hedy level sequence, kids master a subset of syntactically valid Python.
https://www.hedy.org
European Union Public License 1.2
1.27k stars 282 forks source link

🪲 Forward command failing #5322

Open boryanagoncharenko opened 3 months ago

boryanagoncharenko commented 3 months ago

Describe the bug In levels 2 and 3, the forward command cannot transpile correctly variables that are also reserved keywords, e.g. all, time etc.

Paste the Hedy code & level Level 2

time is 10
forward time

Add a screenshot (optional)

Screenshot 2024-03-27 at 12 07 20
karimsellami2024 commented 3 months ago

i Have encountered the same problem , the bug is still present . i notice that there is another opened issue that dates back to november . is someone working on it or would it be possible for me to look for and suggest a solution ?

boryanagoncharenko commented 2 months ago

I did not realize there is another issue opened for this bug, so I created this one. I am assigning the issue to you. Feel free to have a look and if you need any help, I'd be happy to assist.