Hello,
My company needed to make software that would be compatible with a PLC and the Arduino, so I ended up writing a transpiler that compiles
Structured Text and/or
Instruction List into C code that uses Arduino and avrlibc libraries.
I've tested it with Arduino Mega and with a Siemens' PLC, seemed to be ok.
I've talked to them and I've decided to release the compiler under the GPL, and the runtime for the languages under, probably, Beerware (since it needs to be far more permissive).
I'm going to clean up the code a little bit, write some documentation, and then post about it on the Arduino forums.
What I'd like to know is if there is any chance to make the compiler ship with the Ardunio IDE, giving people an alternative over writing C programs for the Arduino. What do I need to do for this?
(I'd gladly help modify the IDE itself to handle ST/IL highlight too.)
Thanks. :)