doc/syntax.tex: Add property definitions to module syntax.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 27 Jul 2019 13:10:51 +0000 (14:10 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 3 Aug 2019 15:27:39 +0000 (16:27 +0100)
Currently not defined, which is a shame.

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>