Skip to content

Commit

Permalink
Final proofreading
Browse files Browse the repository at this point in the history
  • Loading branch information
Solumin committed Oct 28, 2014
1 parent c976793 commit 277f179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/report/project_report.tex
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ \section{Introduction}\label{intro}
The project consists of designing and implementing an interpreter for Python bytecode in TypeScript, a typed superset of JavaScript. The interpreter is designed to work in the browser, loading and executing programs from Python bytecode files, i.e. \pyc files. It can also be run with the Node.JS framework.

\paragraph{}
In Section~\ref{parser} we explain how we parsed the bytecode, what is the Marshal format and what data structures we used. In Section~\ref{interpreter} we explain the design of the interpreter, using the frame execution model. In Section~\ref{using interpreter} we point out how the application runs, and finally in Section~\ref{results} we describe the features our interpreter has, what we were not able to implement and some of the challenges we encounter.
In Section~\ref{parser} we explain how we parsed the bytecode, what is the Marshal format and what data structures we used. In Section~\ref{interpreter} we explain the design of the interpreter, using the frame execution model. In Section~\ref{using interpreter} we discuss how the application runs, and finally in Section~\ref{results} we describe the interpreter's features, what we were not able to implement and some of the challenges we encountered.

\section{Parser}\label{parser}

Expand Down

0 comments on commit 277f179

Please sign in to comment.