pmgl / microstudio

Free, open source game engine online
MIT License
931 stars 106 forks source link

Support for Non-Ascii variable names #15

Closed Mals06 closed 2 years ago

Mals06 commented 3 years ago

Currently, a non-ascii variable name makes a syntax error on the end of the line before it. I think it would be good to be able to use non-ascii varibiable names, especially for non native English speakers. microstudiobug08-09

pmgl commented 3 years ago

This will be considered. It would be nice for beginners. On the other hand, it doesn't help sharing code, if my function name uses specific French characters and your keyboard doesn't allow you to type such characters, you cannot easily reuse my code...

Also if anyone finds some input on which Unicode ranges could be enabled, please share it with us!

pmgl commented 2 years ago

This is now done in microScript 2.0!