- Timestamp:
- Nov 24, 2007, 12:05:25 AM (18 years ago)
- Author:
- neil.c.c.brown
- Message:
-
Added a couple more diagrams (the parsers->shared passes->codegen diagram, and the simple nanopass diagram)
- Location:
- docs/trunk/200711-tock-seminars
- Files:
-
- 2 added
- 1 edited
- 200711-tock-slides.tex (modified) (3 diffs)
- Tock-Nanopass-Classic.png (added)
- Tock-Passes-Vert.png (added)
Legend:
- Unmodified
- Added
- Removed
-
docs/trunk/200711-tock-seminars/200711-tock-slides.tex
r38 r40 197 197 \begin{frame} 198 198 \frametitle{A multi-language compiler} 199 (追記) \begin{columns} (追記ここまで) 200 (追記) \column{.7\textwidth} (追記ここまで) 199 201 \begin{itemize} 200 202 \item Multiple frontends … … 210 212 \item Relatively straightforward to add new frontends and backends 211 213 \end{itemize} 212 %FIXME: Needs >-< diagram 214 \column{.3\textwidth} 215 \includegraphics[height=50mm]{Tock-Passes-Vert.png} 216 \end{columns} 213 217 \end{frame} 214 218 … … 238 242 \item Final AST is the output from the compiler 239 243 \end{itemize} 240 %FIXME: picture 244 \includegraphics[width=80mm]{Tock-Nanopass-Classic.png} 241 245 \end{frame} 242 246
Note:
See TracChangeset
for help on using the changeset viewer.