v0.1.0-alpha
Pre-release
Pre-release
MarkChenYutian
released this
03 Jul 15:13
·
185 commits
to main
since this release
The C0VM-ts is now fully functional C0 Virtual Machine in typescript and provides following features:
- Basic Debugger features like: Breakpoints, Step and Run
- Basic Debug Console features: Showing function call stack, Showing local variables in each stack frame
- Remote-compile features: By sending
fetch
request to remote server, user can compile C0 code at front-end browser
Some other (not so cool, but important) things are
- Responsive UI: Adaptive to mobile, pad and laptop
- Syntax Highlighting for BC0 code editor
- Highlighting the position of C0VM execution