BenchGen
BenchGen is a tool for generating benchmarks to stress-test a computing system.
|
#include <fstream>
#include <iostream>
#include <regex>
#include <vector>
#include "../shared/enums.h"
#include "../shared/globalStructs.h"
Go to the source code of this file.
Classes | |
class | Lexer |
The Lexer class is responsible for reading input, applying lexer rules, and generating tokens from the input. More... | |