Added
- New node type: Do while loop
- Ability to add library headers to program.
- Static variable declaration
- Errors and warnings from GCC and GDB are now visible in the GUI log.
- Functions can be deleted and removed.
Changed
- Debugger can now recover from errors.
- Remove ability to add nodes after return node.
- Loop types (while, for, etc.) have their own node types now.
- Layout fixes
- Various bugfixes