aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorCamil Staps2016-08-26 14:00:29 +0200
committerCamil Staps2016-08-26 14:00:29 +0200
commit5fa8a5684cfb2456b536765b608f0883b1b90029 (patch)
tree5a85bd4c0089e7f87cabe8614ef356557cd15a63 /doc
parentAdded eval_main (diff)
Added strictness annotations
Diffstat (limited to 'doc')
-rw-r--r--doc/grammar.tex3
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>