diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2000-09-27 14:41:58 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2000-09-27 14:41:58 -0300 |
commit | 282ab366f4ffe00fc8006f90d2ac6798e9c78d92 (patch) | |
tree | b36b67e07e156c93abdfce8d0bc7b61dd6e19e46 /bugs | |
parent | 444d6a106bdad894808288fc2594ff0b0eac6cba (diff) | |
download | lua-282ab366f4ffe00fc8006f90d2ac6798e9c78d92.tar.gz lua-282ab366f4ffe00fc8006f90d2ac6798e9c78d92.tar.bz2 lua-282ab366f4ffe00fc8006f90d2ac6798e9c78d92.zip |
bug: parser overwrites semantic information when looking ahead
Diffstat (limited to 'bugs')
-rw-r--r-- | bugs | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -223,3 +223,9 @@ Wed Sep 27 09:50:19 EST 2000 | |||
223 | >> lua_tag should return LUA_NOTAG for non-valid indices | 223 | >> lua_tag should return LUA_NOTAG for non-valid indices |
224 | (by Paul Hankin; since 4.0b) | 224 | (by Paul Hankin; since 4.0b) |
225 | 225 | ||
226 | ** llex.h / llex.c / lparser.c | ||
227 | Wed Sep 27 13:39:45 EST 2000 | ||
228 | >> parser overwrites semantic information when looking ahead | ||
229 | >> (e.g. «a = {print'foo'}») | ||
230 | (by Edgar Toernig; since 4.0b, deriving from previous bug) | ||
231 | |||