From 282ab366f4ffe00fc8006f90d2ac6798e9c78d92 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Wed, 27 Sep 2000 14:41:58 -0300 Subject: bug: parser overwrites semantic information when looking ahead --- bugs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'bugs') diff --git a/bugs b/bugs index e10e7f60..7c970c14 100644 --- a/bugs +++ b/bugs @@ -223,3 +223,9 @@ Wed Sep 27 09:50:19 EST 2000 >> lua_tag should return LUA_NOTAG for non-valid indices (by Paul Hankin; since 4.0b) +** llex.h / llex.c / lparser.c +Wed Sep 27 13:39:45 EST 2000 +>> parser overwrites semantic information when looking ahead +>> (e.g. «a = {print'foo'}») +(by Edgar Toernig; since 4.0b, deriving from previous bug) + -- cgit v1.2.3-55-g6feb