Hi Blake,
Are the steps you wrote enough for making Blockly generate codes in a new language? I mean, we are trying to make blockly for a new domain specific scripting language and we need blockly to generate the codes in this language. By following those 4 steps will the blockly generate codes in our language? How much work needed on it? I've been researching for it and things seem a little complex for me. Many projects for this task coded in different ways, in general you are right, they add a new "blockly/generators/<language>.js" document and "blockly/generators/<language>/" folder. But even though the structures of .js files are similar, they all have different code parts, which makes me don't understand how to fill the codes. Thanks in advance.
Burak