aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorCamil Staps2016-08-26 00:49:36 +0200
committerCamil Staps2016-08-26 00:49:36 +0200
commit1ca9b70bdc9d383adf1378577373ebfb89601747 (patch)
treea2897fa90ea56d85a98df172513a3dcb244d478e /doc
parentAdded twice example (diff)
Added code construct to grammar
Diffstat (limited to 'doc')
-rw-r--r--doc/grammar.tex1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/grammar.tex b/doc/grammar.tex
index 7a67a30..ac4f0ee 100644
--- a/doc/grammar.tex
+++ b/doc/grammar.tex
@@ -31,6 +31,7 @@
\alt <List>
\alt <Tuple>
\alt <Expr> <Expr>
+ \alt `code' <Name>
\alt `(' <Expr> `)'
<List> ::= `[' <Expr> `:' <List> `]'