BenchGen
BenchGen is a tool for generating benchmarks to stress-test a computing system.
|
Represents a production rule in a grammar, consisting of a rule name and a sequence of Tokens. More...
#include <globalStructs.h>
Public Attributes | |
std::string | rule |
std::vector< Token > | production |
Represents a production rule in a grammar, consisting of a rule name and a sequence of Tokens.
std::vector<Token> ProductionRule::production |
std::string ProductionRule::rule |