Skip to content

Commit aa620a2

Browse files
committed
bah
1 parent 506134d commit aa620a2

2 files changed

Lines changed: 25 additions & 6 deletions

File tree

v3/docs/opt-trace-format.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Execution Trace Format
2+
3+
This document describes the execution trace format that serves as the
4+
interface between the frontend and backend of Online Python Tutor
5+
(thereafter abbreviated as OPT).
6+
7+
It is a starting point for anyone who wants to create a different
8+
backend (e.g., for another programming language) or a different frontend
9+
(e.g., for visually-impaired students). View it online at:
10+
11+
https://github.com/pgbovine/OnlinePythonTutor/blob/master/v3/docs/opt-trace-format.md
12+
13+
Look at the Git history to see when this document was last updated; the
14+
more time elapsed since that date, the more likely things are
15+
out-of-date.
16+
17+
I'm assuming that you're competent in Python, JSON, command-line-fu, and
18+
Google-fu. Feel free to email philip@pgbovine.net if you have questions.
19+
20+
And please excuse the sloppy writing; I'm not trying to win any style awards here :)
21+
22+
23+
## Trace Overview
24+
25+
(TODO: write me sometime!)

v3/docs/opt-trace-format.txt

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)