The metamodel and grammar don't yet allow events and operations to have parameters; the grammar just accepts () but rejects anything being put inside it.
This issue tracks adding basic argument expressions, either using our own grammar or trying to accept one of RoboChart's. This will require semantics rules for handling those arguments, again possibly pulling in any existing work. Separate issues will track binding, don't-care, etc.
The metamodel and grammar don't yet allow events and operations to have parameters; the grammar just accepts
()
but rejects anything being put inside it.This issue tracks adding basic argument expressions, either using our own grammar or trying to accept one of RoboChart's. This will require semantics rules for handling those arguments, again possibly pulling in any existing work. Separate issues will track binding, don't-care, etc.