diff options
author | Camil Staps | 2016-08-26 00:49:36 +0200 |
---|---|---|
committer | Camil Staps | 2016-08-26 00:49:36 +0200 |
commit | 1ca9b70bdc9d383adf1378577373ebfb89601747 (patch) | |
tree | a2897fa90ea56d85a98df172513a3dcb244d478e /doc | |
parent | Added twice example (diff) |
Added code construct to grammar
Diffstat (limited to 'doc')
-rw-r--r-- | doc/grammar.tex | 1 |
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> `]' |