chiark
/
gitweb
/
~mdw
/
sod
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
4f634d2
)
doc/concepts.tex: Fix description of C-fragment syntax.
author
Mark Wooding
<mdw@distorted.org.uk>
Sat, 3 Aug 2019 15:06:59 +0000
(16:06 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sat, 3 Aug 2019 15:46:23 +0000
(16:46 +0100)
doc/syntax.tex
patch
|
blob
|
blame
|
history
diff --git
a/doc/syntax.tex
b/doc/syntax.tex
index ef37a38f0ef6439991ae410fe9d3570cd05dbea3..7eed24f7374b3f420154cfa53a4c6a5f669224f7 100644
(file)
--- a/
doc/syntax.tex
+++ b/
doc/syntax.tex
@@
-190,9
+190,9
@@
during translation. They are read using a simple scanner which nonetheless
understands C comments and string and character literals.
A C fragment is terminated by one of a small number of delimiter characters
understands C comments and string and character literals.
A C fragment is terminated by one of a small number of delimiter characters
-determined by the immediately surrounding context -- usually
a closing brace
-
or
bracket. The first such delimiter character which is not enclosed in
-brackets, braces or parenthes
i
s ends the fragment.
+determined by the immediately surrounding context -- usually
some kind of
+bracket. The first such delimiter character which is not enclosed in
+brackets, braces or parenthes
e
s ends the fragment.
%%%--------------------------------------------------------------------------
\section{C types} \label{sec:syntax.type}
%%%--------------------------------------------------------------------------
\section{C types} \label{sec:syntax.type}