This is the repo for the C/C++ backend for Online Python Tutor (http://pythontutor.com/)
Deployed online at:
- http://pythontutor.com/visualize.html#py=c (for C)
- http://pythontutor.com/visualize.html#py=cpp (for C++)
This code is based on a hacked version of Valgrind 3.11.0, downloaded from: http://www.valgrind.org/downloads/valgrind-3.11.0.tar.bz2
Build dependencies:
- (basic Linux C compiler toolchain)
- binutils-dev