BenchGen
BenchGen is a tool for generating benchmarks to stress-test a computing system.
|
#include <iostream>
#include <stack>
#include <vector>
#include "../ast/ast.h"
#include "../generator/generator.h"
#include "../shared/enums.h"
#include "../shared/globalStructs.h"
Go to the source code of this file.
Classes | |
class | Parser |
The Parser class is responsible for parsing a sequence of tokens and constructing an abstract syntax tree (AST). More... | |