Skip to content

Commit

Permalink
final??
Browse files Browse the repository at this point in the history
  • Loading branch information
roccojiang committed Jun 17, 2024
1 parent 5c62a3a commit 32955f6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified main.pdf
Binary file not shown.
Binary file modified src/evaluation/evaluation.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion src/evaluation/evaluation.tex
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
This chapter evaluates the overall project by assessing the performance of its expression normalisation infrastructure, which represents some of the most complex and critical parts of the system.
Then, it evaluates the success of the left-recursion transformation by examining its ability to handle different forms of left-recursion.

\subsection{Performance of Expression Normalisation}\label{sec:eval-exprs}
\section{Performance of Expression Normalisation}\label{sec:eval-exprs}
% TODO: move this to evaluation chapter?
% TODO: tbh could've just stopped at HOAS, but in our case, NbE was an easily attainable logical next step to more aggressively use meta-language constructs
Originally, the implementation of \scala{Expr} used a named approach with Barendregt's convention, generating fresh variable names using an atomic counter.
Expand Down

0 comments on commit 32955f6

Please sign in to comment.