BenchGen
BenchGen is a tool for generating benchmarks to stress-test a computing system.
Loading...
Searching...
No Matches
ProductionRule Struct Reference

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< Tokenproduction
 

Detailed Description

Represents a production rule in a grammar, consisting of a rule name and a sequence of Tokens.

Member Data Documentation

◆ production

std::vector<Token> ProductionRule::production

◆ rule

std::string ProductionRule::rule

The documentation for this struct was generated from the following file: