The current parser validates some models that do not parse with the official omg parser.
Example which parses but should not parse according to official:
package reading {
if selectedSensor != null {
assign reading := selectedSensor.reading;
} else if a == b {
assign reading := undefinedValue;
} else {
assign reading := undefinedValue;
}
}
Please for every bullet point create an issue and edit the issue here to link to that issue
The current parser validates some models that do not parse with the official omg parser.
Example which parses but should not parse according to official:
Please for every bullet point create an issue and edit the issue here to link to that issue