BenchGen
BenchGen is a tool for generating benchmarks to stress-test a computing system.
Loading...
Searching...
No Matches
globalStructs.h File Reference
#include <iostream>
#include <tuple>
#include <vector>
#include "globalIncludes.h"
Include dependency graph for globalStructs.h:
This graph shows which files directly or indirectly include this file:

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