aseba-community / thymio-vpl2

Next generation VPL for Thymio using Qt Quick from Qt 5.x
GNU Lesser General Public License v3.0
2 stars 5 forks source link

Compiler now generates invalid code #73

Closed stephanemagnenat closed 7 years ago

stephanemagnenat commented 7 years ago

When creating this program:

screen shot 2017-05-19 at 11 09 40

The compiler generates an error Error at Line: 36 Col: 18 : event is not a defined variable in line if (0 == 0) and (event == event_tap) then. Yet, the title bar shows "Compilation success" and the Run button is enabled, but of course the program does not work.