BenchGen
BenchGen is a tool for generating benchmarks to stress-test a computing system.
|
Represents a lexer rule with a type and a regular expression pattern. More...
#include <globalStructs.h>
Public Attributes | |
int | type |
std::string | regex |
Represents a lexer rule with a type and a regular expression pattern.
std::string LexerRule::regex |
int LexerRule::type |