albrow / elara

Work-in-progress educational programming game
https://elaragame.com/
Other
73 stars 5 forks source link

Fix incorrect error message for a space in a variable name #76

Closed albrow closed 9 months ago

albrow commented 10 months ago

Currently the error message is about a missing semicolon.

albrow commented 10 months ago

Example:

Screenshot 2023-11-16 at 11 06 45 AM

A similar thing happens for function names:

Screenshot 2023-11-16 at 11 07 03 AM

albrow commented 9 months ago

Now fixed in the dev branch. Will be released soon!