summaryrefslogtreecommitdiff
path: root/THANKS
diff options
context:
space:
mode:
authorAkim Demaille <akim.demaille@gmail.com>2020-03-06 09:05:52 +0100
committerAkim Demaille <akim.demaille@gmail.com>2020-03-06 17:29:26 +0100
commit641e326303753575664ca146fee7e9148d6bf5cf (patch)
tree19189e6124277a9de3e44b02306f1605274786a6 /THANKS
parent192e9fdf77376a8303e4204046fd513446d840d7 (diff)
downloadbison-641e326303753575664ca146fee7e9148d6bf5cf.tar.gz
code: be robust to reference with invalid tags
Because we want to support $<a->b>$, we must accept -> in type tags, and reject $<->$, as it is unfinished. Reported by Ahcheong Lee. * src/scan-code.l (yylex): Make sure "tag" does not end with -, since -> does not close the tag. * tests/input.at (Stray $ or @): Check this.
Diffstat (limited to 'THANKS')
-rw-r--r--THANKS3
1 files changed, 2 insertions, 1 deletions
diff --git a/THANKS b/THANKS
index db54776a..d8ef2c0c 100644
--- a/THANKS
+++ b/THANKS
@@ -4,8 +4,9 @@ it is today without the invaluable help of these people:
Aaro Koskinen aaro.koskinen@iki.fi
Аскар Сафин safinaskar@mail.ru
Adam Sampson ats@offog.org
+Ahcheong Lee dkcjd2000@gmail.com
Airy Andre Airy.Andre@edf.fr
-Akim Demaille akim@lrde.epita.fr
+Akim Demaille akim@gnu.org
Albert Chin-A-Young china@thewrittenword.com
Alexander Belopolsky alexb@rentec.com
Alexandre Duret-Lutz adl@lrde.epita.fr