jbeard4 / SCION

SCXML/Statecharts in JavaScript, moved to gitlab: https://gitlab.com/scion-scxml/scion
https://scion.scxml.io
Apache License 2.0
149 stars 29 forks source link

At compile-time find references to variables not defined in the datamodel, and complain #305

Open jbeard4 opened 9 years ago

jbeard4 commented 9 years ago

Accumulate variables declared in the datamodel. Flow through javascript expressions, and look for identifiers. If you see an identifier that does not existing in the datamodel, then throw a compile-time error.