diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2006-12-13 20:23:19 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2006-12-13 20:23:19 +0000 |
commit | 38eb7751e46092fedde6e25eb531c855635b1cfa (patch) | |
tree | 6ea05f59966c14ce1a4d9ed17b7f65cb1c96bf43 | |
parent | bd9d212b13d6ba9678bd55048bd8f5b55fa37e72 (diff) | |
download | bison-38eb7751e46092fedde6e25eb531c855635b1cfa.tar.gz |
* TODO: Add pointer to Sylvain Schmitz's work on static detection
of potential ambiguities in GLR grammers.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | TODO | 3 |
2 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2006-12-13 Paul Eggert <eggert@cs.ucla.edu> + + * TODO: Add pointer to Sylvain Schmitz's work on static detection + of potential ambiguities in GLR grammers. + 2006-12-12 Joel E. Denny <jdenny@ces.clemson.edu> * tests/testsuite.at (AT_CHECK): When checking if $1 starts with @@ -56,6 +56,9 @@ Provide better assistance for understanding the conflicts by providing a sample text exhibiting the (LALR) ambiguity. See the paper from DeRemer and Penello: they already provide the algorithm. +** Statically check for potential ambiguities in GLR grammars. See +<http://www.i3s.unice.fr/~schmitz/papers.html#expamb> for an approach. + * Extensions |