Browse Source

Comment on interp-R0, CC #8

Ryan Newton 8 years ago
parent
commit
2cd7ba1602
1 changed files with 4 additions and 1 deletions
  1. 4 1
      book.tex

+ 4 - 1
book.tex

@@ -613,7 +613,10 @@ to variable \texttt{v}.
        [`(program ,(app interp-R0 v)) v]
        ))
 \end{lstlisting}
-\caption{Interpreter for the $R_0$ language.}
+\caption{Interpreter for the $R_0$ language.
+  \rn{Having two functions here for prog/exp wouldn't take much more space.
+    I'll change that once I get further.. but I also need to know what the story
+   is for running this code?}}
 \label{fig:interp-R0}
 \end{figure}