Skip to content
  • Alexander Dietsch's avatar
    loopwhile.tpg: · 4036a92b
    Alexander Dietsch authored
    - Changed being able to also loop over a specific amount (e.g. loop
      succ(0))
    
    Project:
    - First fully functional vesion of the interpreter
    
    GUI:
    - Logging now shows the executed line and command
    - Logging shows were the syntax error is if there is one
    - Added arrow to indicate where the interpreter currently is
    - Added line numbers to editor
    
    Known issues:
    - When editing a register and clicking "Run", the register is set back;
      making the register validate its content prevents that (e.g. pressing
      enter, clicking another cell ...)
    - (Linux) After editing a cell it is impossible to write into the text
      editor; focusing another window and refocusing the simulator fixes that
    - (Linux) Pressing Control-Z makes the application throw an exception
    4036a92b