编译原理之美---正则文法和有限自动机:纯手工打造词法分析器-CSDN博客

网站介绍:craf.h#ifndef _Craft_H_INCLUDED_#define _Craft_H_INCLUDED_#include <string>#include <vector>#include <queue>using namespace std;enum class TokenType{ ...