X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/sod/blobdiff_plain/02840f3dba856d042fe27a0adfb0367346447cda..cd35a54e8936e9de460427768dcff00df60ecbd4:/doc/parsing.tex diff --git a/doc/parsing.tex b/doc/parsing.tex index adcc9e1..3170cf4 100644 --- a/doc/parsing.tex +++ b/doc/parsing.tex @@ -219,10 +219,10 @@ the scanner and read that data again. Therefore it's possible to \begin{describe}{mac} {with-scanner-place (@ @) @^* @
^* @> @^*} - Capture the @'s current position as a place, evaluate the - @s as an implicit progn with the variable @ bound to the captured - place. When control leaves the @s, the place is released. The return - values are the values of the final @. + Capture the @'s current position as a place, evaluate the @s + as an implicit progn with the variable @ bound to the captured + place. When control leaves the @s, the place is released. The + return values are the values of the final @. \end{describe} \subsection{Scanner file-location protocol} \label{sec:parsing.scanner.floc} @@ -539,7 +539,7 @@ file-location protocols. \begin{describe}{parseform} {seq (@{ @ @! (@[@@] @) @}^*) \\ \ind - @^*} + @^*} \end{describe} \begin{describe}{parseform}{and @^*}