marvelous
marvelous
If I add the following `npm` dependency to the `frontend-only` example: dependency "@jetbrains/kotlin-react-dom" and use the dependency in the `main` function: react.dom.render(document.body!!) {} the build fails with: Module not found:...
for example: `aseba/compiler/errors_code.h:168:2: warning: extra ‘;’ [-Wpedantic]`
``` when toto == 1 do callsub start_moving else/otherwise callsub stop_moving end ``` It should only get executed when the condition goes from true to false. A workaround is to...