0 Star 0 Fork 0

TRH/生成中间代码的编译器

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
token_define.h 1.03 KB
一键复制 编辑 原始数据 按行查看 历史
TRH 提交于 2018-05-15 21:08 . 添加回填
#include <iostream>
using namespace std;
#ifndef __TOKEN_DEFINE__
#define __TOKEN_DEFINE__
#define PLUS 0
#define MINUS 1
#define MULTIPLY 2
#define DEVIDE 3
#define ASSIGNMENT 4
#define EQUAL 5
#define GT 6
#define LT 7
#define GE 8
#define LE 9
#define SEMICOLON 10
#define LEFT_BRACKET 11
#define RIGHT_BRACKET 12
#define IF 13
#define THEN 14
#define ELSE 15
#define WHILE 16
#define DO 17
#define LEFT_MIDDLE_BRACKET 18
#define RIGHT_MIDDLE_BRACKET 19
#define INT 20
#define CHAR 21
#define FLOAT 22
#define VARIABLE 23
#define INT10 24
#define INT8 25
#define INT16 26
#define FLOAT10 27
#define FLOAT8 28
#define FLOAT16 29
#define END 717
#define STOP 25
#define GOTO 26
#endif
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/trhdq/MY_IDE.git
git@gitee.com:trhdq/MY_IDE.git
trhdq
MY_IDE
生成中间代码的编译器
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385