Visual Programming(vProg) with VS2017 C++, ImGui, imgui-node-editor
- https://github.com/ocornut/imgui
- https://github.com/thedmd/imgui-node-editor
- Node Editor (Developing~)
- Interpreter (Developing~)
- generate syntax tree
- generate intermediate code
- virtual machine, symboltable
- Debugger (Developing~)
- debug trace, step, run, break
- trace intermediate code
- show register
- Remote Debugger (Developing~)
- use tcp/ip protocol
- instruction sync
- symboletable sync (not yet)
- Debug Visualizer (Developing~)
- trace icode, link flow animation