代码拉取完成,页面将自动刷新
#include <iostream>
using namespace std;
#include <fstream>
#include <string>
#include <thread>
#include <mutex>
#include <vector>
#include "identify.h"
#include "hexadecimal.h"
#include "cache_thread.h"
#include "my_hash.h"
#include "kernel_module.h"
int main(int argc, char** argv) {
//词法分析器部分
ifstream fin;
fin.open(filename);
if(!fin)
{
cout<<"Error...\n";
return 0;
}
cin.unsetf(ios::skipws);
thread identify_token(get_token, ref(fin));
identify_token.join();
vector<TOKEN>::iterator it=token_list.begin();
for(it=token_list.begin();it!=token_list.end();it++)
cout<<(*it).name<<","<<(*it).token_type<<endl;
//语法分析器
cout<<"--------------"<<endl<<"词法分析:"<<endl;
kernel_module(token_list);
getchar();
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。