stepan-mitkin/drakon_editor

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

alexey-gavrilov opened this issue · 0 comments

  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