Skip to content

Commit

Permalink
Merge pull request #33 from jrincayc/fixes_for_rc2
Browse files Browse the repository at this point in the history
Fixes for rc2
  • Loading branch information
jrincayc authored Dec 2, 2022
2 parents c54b5f9 + 5166a16 commit 758c255
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion first.tex
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

\topnewpage[{
\begin{center} {\huge\bf
RC2 - Pico Revised{\Huge$^{\mathbf{7}}$} Report on the Algorithmic Language Scheme}
RC3 - Pico Revised{\Huge$^{\mathbf{7}}$} Report on the Algorithmic Language Scheme}

\vskip 1ex
$$
Expand Down
4 changes: 2 additions & 2 deletions lex.tex
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,10 @@ \section{Other notations}
Left and right square and curly brackets (braces)
are reserved for possible future extensions to the language.

\setbox0\hbox{\backquote \ \tt, ,@ \tt" \backwhack}
\setbox0\hbox{\backquote \ \tt, ,@ \tt" | \backwhack}
\item[\copy0]
The grave accent,
character comma and sequence comma at-sign, quotation mark and
character comma and sequence comma at-sign, quotation mark, vertical line, and
backslash are used by \rsevenrs.

\item[\schtrue{} \schfalse{}]
Expand Down
7 changes: 4 additions & 3 deletions procs.tex
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ \chapter{Standard procedures}

A program can use a global variable definition to bind any variable.
These operations do not modify the behavior of
any procedure defined in this report. Altering any global binding that has
not been introduced by a definition has an unspecified effect on the
behavior of the procedures defined in this chapter.
any procedure defined in this report.
%Altering any global binding that has
%not been introduced by a definition has an unspecified effect on the
%behavior of the procedures defined in this chapter.

\section{Equivalence predicates}
\label{equivalencesection}
Expand Down
4 changes: 2 additions & 2 deletions syn.tex
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ \subsection{Lexical structure}
terminated by a \meta{delimiter} or by the end of the input.
So are numbers and booleans.

The following nine characters from the ASCII repertoire
The following ten characters from the ASCII repertoire
are reserved for future extensions to the
language or are used in \rsevenrs:
{\tt \verb"[" \verb"]" \verb"{" \verb"}" \verb',' \verb'@'
\verb'"' \verb'|' \verb'\'}
\verb'"' \verb'|' \verb'\'} \verb"`"

In addition to the identifier characters of the ASCII repertoire specified
below, Scheme implementations may permit any additional repertoire of
Expand Down

0 comments on commit 758c255

Please sign in to comment.