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

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