TelluIoT / ThingML

The ThingML modelling language
https://github.com/TelluIoT/ThingML
Apache License 2.0
101 stars 32 forks source link

Default names for statecharts in some compilers #169

Closed jakhog closed 7 years ago

jakhog commented 7 years ago

When a statechart has no name, at least the Node compiler uses a name that contains periods. This results in invalid JavaScript code, so they should be replaced by something else.

ffleurey commented 7 years ago

In the C compiller, the name is "null", it works but that is not wonderful either :-)