#include <grammar.hpp>
Base class to indicate that this production is transparent for the parse tree generation. It will not create a node in the tree, all children will be added to the its parent. If parse tree generation is not used, it has no effect.
Definition at line 165 of file grammar.hpp.