Add LAAI3 Turing Machine

This commit is contained in:
2024-02-28 21:00:02 +01:00
parent 80deb12a2c
commit 8e52be7518
2 changed files with 254 additions and 0 deletions

View File

@ -4,10 +4,13 @@
\date{2023 -- 2024}
\def\lastupdate{{PLACEHOLDER-LAST-UPDATE}}
\newcommand{\enc}[1]{{\llcorner{#1}\lrcorner}}
\newcommand{\tapestart}[0]{\triangleright}
\newcommand{\tapeblank}[0]{\square}
\begin{document}
\makenotesfront
\input{sections/_intro.tex}
\input{sections/_turing.tex}
\end{document}