doc/syntax.tex: Add property definitions to module syntax.
[sod] / doc / syntax.tex
index 5e17ff3..ef37a38 100644 (file)
@@ -512,7 +512,8 @@ above, are as follows.
 \begin{grammar}
 <module> ::= @<definition>^*
 
-<definition> ::= <import-definition>
+<definition> ::= <property-definition> \fixme{undefined}
+\alt <import-definition>
 \alt <load-definition>
 \alt <lisp-definition>
 \alt <code-definition>