summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-12-13 20:23:19 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2006-12-13 20:23:19 +0000
commit38eb7751e46092fedde6e25eb531c855635b1cfa (patch)
tree6ea05f59966c14ce1a4d9ed17b7f65cb1c96bf43 /TODO
parentbd9d212b13d6ba9678bd55048bd8f5b55fa37e72 (diff)
downloadbison-38eb7751e46092fedde6e25eb531c855635b1cfa.tar.gz
* TODO: Add pointer to Sylvain Schmitz's work on static detection
of potential ambiguities in GLR grammers.
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO b/TODO
index ca610cc0..7d6f20ea 100644
--- a/TODO
+++ b/TODO
@@ -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