Programming Language Interpreter for Visualization of Execution Trace (PLIVET) is a program interpreter with visualization of execution state.
PLIVET supports;
- C language
- Java (now implementing)
- Python (now implementing)
PLIVET can be used with most modern browsers.
Our build targets are as follows:
>0.25%, not ie 11 (Browserslist)
Demo page is here.
https://ryoskate.github.io/PLIVET
- Switch to the gh-pages branch.
- Download this repository.
- Open
index.html
by a modern browser.
- node.js v16.13.2
- yarn or npm
- Install node packages
yarn
- After editing files in
src/
,
yarn build
to update bist/
by webpack.