doc/syntax.tex: Expand on what modules are.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 27 Jul 2019 13:09:54 +0000 (14:09 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 3 Aug 2019 15:27:38 +0000 (16:27 +0100)
doc/syntax.tex

index 666fe84..ccb7087 100644 (file)
@@ -520,8 +520,10 @@ above, are as follows.
 \alt <class-definition>
 \end{grammar}
 
-A @<module> is the top-level syntactic item.  A module consists of a sequence
-of definitions.
+A @<module> is the top-level syntactic item: a source file presented to Sod
+is expected to conform with the @<module> syntax.
+
+A module consists of a sequence of definitions.
 
 \fixme{describe syntax; expand}
 Properties: