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

Represents a lexer rule with a type and a regular expression pattern. More...

#include <globalStructs.h>

Public Attributes

int type
 
std::string regex
 

Detailed Description

Represents a lexer rule with a type and a regular expression pattern.

Member Data Documentation

◆ regex

std::string LexerRule::regex

◆ type

int LexerRule::type

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