Przeglądaj źródła

Comment on interp-R0, CC #8

Ryan Newton 8 lat temu
rodzic
commit
2cd7ba1602
1 zmienionych plików z 4 dodań i 1 usunięć
  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}