-
Currently, this nonsensical piece of ThingML code is accepted by the compilers as valid code:
```
datatype MyByte @c_type "uint8_t";
datatype MyInt @c_type "uint16_t";
datatype MyInt @c_type "uint…
-
The checker has a tendency to make my whole program yellow/red, especially when they are not finished.
See attached image. I see two problems here:
1/ For warnings on properties and functions, the…
-
The following code isn't parsed. Meanwhile if `4294967295` is replaced by `'4294967295'`, it works.
```
datatype UInt32
@c_type "uint32_t"
@java_type "long"
@java_primitive "true";
thi…
-
I am not too impressed by the new outline... Either the parser is not working properly, or the outline is not complete, but it seems my models are lacking quite a few elements in the outline, and I ca…
-
The checker complains about several definitions of functions when defining an abstract function which was included from another thing. For example on this file, which I think should be fine (and worke…
-
While working on the Go compiler, I came across two questions that I haven't thought about before, related to events and guards.
#### 1. Is the order of evaluation of guards defined?
E.g. do we ev…
-
After loading a ThingMLModel, saving it to a file (either ThingML or XMI) using `ThingMLCompiler.saveAs...(model, file)`, I get the following error and output:
```
No valid model found for ressource…
-
There was an error in ThingML compiler, it happened after I tried to compile an incomplete file.
The file could not be displayed anymore after that
ERROR: Exeption calling ThingML Compiler: nullPle…
-
### Steps to reproduce
1. Open a ThingML file
2. Compile to Arduino
**Atom**: 1.17.2 x64
**Electron**: 1.3.15
**OS**: Ubuntu 16.04.2
**Thrown From**: [language-thingml](https://github.com/SI…
-
```
[Error] java.lang.ClassCastException: org.sintef.thingml.impl.SessionImpl cannot be cast to org.sintef.thingml.ParallelRegion
[Error] at org.sintef.thingml.helpers.ParallelRegionHelper.all…