From 0a488b1c14d36537a1303e1e1f43c4cfc440b0a2 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Tue, 17 Nov 2015 17:08:15 +0000 Subject: [PATCH] doc/syntax.tex: Remove pointless repeats on . [k] is already a recursive definition, because of the parentheses. Besides, if was going to be shown as repeatable, it should have a `+' rather than a `*', otherwise the rule is directly recursive. --- doc/syntax.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/syntax.tex b/doc/syntax.tex index f89e9c6..30b8b32 100644 --- a/doc/syntax.tex +++ b/doc/syntax.tex @@ -481,7 +481,7 @@ All of these have their usual C meanings. $[k]$ ::= $k$ \alt "(" $[k]$ ")" -\alt $[k]$ @^* +\alt $[k]$ @ ::= "*" @^* -- 2.11.0