Commit a2bea6a5 authored by Brian Guadalupe's avatar Brian Guadalupe

Corrected docs

parent 2794776d
...@@ -254,7 +254,7 @@ This step also involves building the label table, determining the starting line ...@@ -254,7 +254,7 @@ This step also involves building the label table, determining the starting line
} }
@subsection{The tape} @subsection{The tape}
The tape is essentially implemented using two queues. The tape is essentially implemented using two stacks.
@defstruct*[tape ([before list?] [after list?] [pos integer?] [leftmost-pos integer?])]{ @defstruct*[tape ([before list?] [after list?] [pos integer?] [leftmost-pos integer?])]{
A structure type representing a Turing machine tape. A structure type representing a Turing machine tape.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment