stepan-mitkin / drakon_editor

DRAKON Editor
352 stars 57 forks source link

generator of language C without "goto" and odd "else" #29

Open alexey-gavrilov opened 6 years ago

alexey-gavrilov commented 6 years ago

1) For users which are not only using the Drakon schema but also are analysing generated source code , I propose to make for C language additional generator without operator "goto". 2) For better source code I propose to delete "odd else generations": For example in code snippet: "if(i==1){x=1;} else{}" second string is odd. It is for all language generators, not only for clanguage generator