* TODO: Add pointer to Sylvain Schmitz's work on static detection

of potential ambiguities in GLR grammers.
This commit is contained in:
Paul Eggert
2006-12-13 20:23:19 +00:00
parent bd9d212b13
commit 38eb7751e4
2 changed files with 8 additions and 0 deletions

3
TODO
View File

@@ -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