diff options
author | Camil Staps | 2016-08-26 14:00:29 +0200 |
---|---|---|
committer | Camil Staps | 2016-08-26 14:00:29 +0200 |
commit | 5fa8a5684cfb2456b536765b608f0883b1b90029 (patch) | |
tree | 5a85bd4c0089e7f87cabe8614ef356557cd15a63 /doc | |
parent | Added eval_main (diff) |
Added strictness annotations
Diffstat (limited to 'doc')
-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> |