BenchGen
BenchGen is a tool for generating benchmarks to stress-test a computing system.
|
Go to the source code of this file.
Classes | |
struct | LexerRule |
Represents a lexer rule with a type and a regular expression pattern. More... | |
struct | Token |
Represents a token with a type and text content. More... | |
struct | TokenVectorHash |
Hash function object for a vector of Tokens. More... | |
struct | TokenVectorEqual |
Equality comparison object for vectors of Tokens. More... | |
struct | ProductionRule |
Represents a production rule in a grammar, consisting of a rule name and a sequence of Tokens. More... | |