|
|
|
|
|
by fsantanna
3430 days ago
|
|
I wrote in Lua the source-to-source compiler that takes a ".ceu" and generates a ".c" (the code is a single-threaded state machine), which is then compiled with gcc. The compiler is slow, but not the final binary. We wrote a paper [1] that compares flash,RAM,CPU usage from Céu vs hand-written event-driven code in C.
The differences are negligible. [1] http://www.ceu-lang.org/chico/ceu_sensys13_pre.pdf |
|