#include <grammar.hpp>
Base class to indicate that this production is conceptually a token. This inhibits whitespace skipping inside the production.
When generating a parse tree, it will also merge tokens of the same kind into the same node.
Definition at line 156 of file grammar.hpp.