carlosperate / ardublockly

Visual programming for Arduino. Based on blockly, implements Arduino code generation and facilitates program uploading.
http://ardublockly.embeddedlog.com
Apache License 2.0
449 stars 277 forks source link

Possible to extend this to generate code for another language? #213

Open MTRNord opened 6 years ago

MTRNord commented 6 years ago

Hi this looks really awesome :) This is more a question than directly a issue. I wonder if I could use this to make a IDE from it which generates also code for other languages than Arduino. This would make a great IDE for simple DSL definitions as well. Or would that need this to be rewritten or atleast to factor out the code used for generating code?