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.32k stars 289 forks source link

Better errors for floats #602

Closed Tazaria closed 3 years ago

Tazaria commented 3 years ago

Currently Hedy is unable to parse floats. However, there is no proper error to indicate this. The current error doesn't show which line the error occurred either, see picture. There should be an error indicating floats are not available in Hedy. float error

Felienne commented 3 years ago

Another issue related to the type system to put on your list @boryanagoncharenko

Felienne commented 3 years ago

Closed by #1090, and thanks for the suggestion @Tazaria!