-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow non-English words in identifiers #30
Comments
For Tcases, an "identifier" is intended to be a sequence of one or more words or numbers, separated by either hyphen or underscore. Currently defined by the regex |
Though for System name and function name, maybe the concept of a name is different from that of an identifier. What makes an identifier special to me is that it can be evaluated in expressions (such as boolean expressions or method invocations etc.). For properties and even variable names, it seems acceptable that they might need to be processed in other larger expressions. So they need identifiers not just names. |
Fixed by PR #32 |
It should be possible to use non-English words as identifiers in all components of a SystemInputDef
The text was updated successfully, but these errors were encountered: