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

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