| Visitor to turn the semantic value of a production to void. This
visitor converts non-void productions whose semantic values are
never bound to void productions. As a practical matter, it only
converts productions that do not contain (parser) actions.
This visitor assumes that the entire grammar is contained in a
single module.
author: Robert Grimm version: $Revision: 1.39 $ |