From: Mark Wooding Date: Thu, 26 May 2016 08:26:09 +0000 (+0100) Subject: doc/syntax.tex, src/sod-module.5: Add missing `' expression syntax. X-Git-Url: https://git.distorted.org.uk/~mdw/sod/commitdiff_plain/1ad4b33a5c4b390d728ef15c0eb85e53b0383c50 doc/syntax.tex, src/sod-module.5: Add missing `' expression syntax. --- diff --git a/doc/syntax.tex b/doc/syntax.tex index 5ac33d1..35ab100 100644 --- a/doc/syntax.tex +++ b/doc/syntax.tex @@ -415,6 +415,7 @@ though the only operators currently defined act on integer values only. ::= | | | +\alt "<" ">" \alt "?" \alt "(" ")" \end{grammar} diff --git a/src/sod-module.5 b/src/sod-module.5 index b13c01e..4417673 100644 --- a/src/sod-module.5 +++ b/src/sod-module.5 @@ -683,6 +683,10 @@ class-definition | .I identifier .| +.B < +.I plain-type +.B > +.| .B ? .I s-expression .|