⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 token.h

📁 语法分析程序,使用是递归子程序法.自己写的程序,学习
💻 H
字号:
/*
 * Author: zhangdi
 * Date: 2008-11-10
 * Description: function for token table declaration
 */

#ifndef TOKEN_H_INCLUDED
#define TOKEN_H_INCLUDED

/* add token to token table */
int addtoken(char tok[], int position);
/* out put token table to a txt file */
int tokensdisplay();

#endif // TOKEN_H_INCLUDED

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -