brice-morin
brice-morin
Hello, I executed the following command line: ``` python scholar.py scholar.py -c 100 --after=2007 --author "brice morin" --citation bt > ref.bib ``` My goal was to extract a bibtex file...
Hello, I successfully built `crashcart` from sources, but I am now struggling getting through the next step (Building `crashcart.img`). Running `build_image.sh` produces those errors: ``` # ./build_image.sh ... building path(s)...
It seems JArduino does not support the Arduino Leonardo (which deals with serial connection in a slightly different way than the good old Arduino Uno).
It would be great to be able to record a sequence of actions (basic imperative programs, somehow) directly on the Arduino board. Then, we would have an autonomous, yet remotely...
Consider the following ThingML function: ``` function f(a : Integer) do var b : Integer = a - 1 ... var a : Integer = 0 ... end ``` The...
- [x] Abstract functions so as we can have PIM statecharts and just implement functions in a PSM thing - [ ] external things to replace protocols. Things can define...
The `+` is sometimes used as a hack to concatenate strings in ThingML. This is not the intended usage of `+`, see #51. However, string concatenation is severely lacking in...
I have very large ThingML models (about 20kLoC) and the go compilers takes a very long time to compile them (about 75s) compared to Java and JS (and I guess...
A few ThingML programs use bit/byte operators and have to rely on extern expressions, which by chance are the same in all the languages we target so far. Still, this...