mgreminger / EngineeringPaper.xyz

EngineeringPaper.xyz is a web app that makes it easy to create, save, and share engineering calculations.
https://EngineeringPaper.xyz
MIT License
131 stars 13 forks source link

Support unicode in variable names (limited to those supported by Python) #287

Open mgreminger opened 1 month ago

mgreminger commented 1 month ago

Python supports unicode characters in variable names. This issue is related to #285 and #246. Since variable names need to map one-to-one to Python variable names, unicode support will be limited to characters supported by Python (no emojis, symbols, or special characters).

mgreminger commented 1 month ago

The Antlr4 grammar for supported unicode variable names is available here