diff options
Diffstat (limited to 'doc/grammar.tex')
-rw-r--r-- | doc/grammar.tex | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/grammar.tex b/doc/grammar.tex index ac4f0ee..ee650c3 100644 --- a/doc/grammar.tex +++ b/doc/grammar.tex @@ -1,3 +1,4 @@ +% vim: nospell: \section{Grammar} \label{sec:grammar} @@ -12,7 +13,7 @@ <Arg-list> ::= <Arg> ` ' <Arg-list> | <empty> - <Arg> ::= <Simple-expr> + <Arg> ::= [`!'] <Simple-expr> <Simple-expr> ::= <Int> \alt <Name> |