按字母序排列
- abstract syntax tree(AST) 抽象语法树
- anonymous(anon) 匿名的
- argument 参数;实参
- arithmetic 算术的
- array 数组
- assign 赋值
- binary 二元的
- buffer 缓冲
- code generation(codegen) 代码生成
- compound 复合
- convert 转换
- current 当前的
- declaration 声明
- declarator 声明符
- definition 定义
- dummy 虚设
- end of file(EOF) 文件末尾
- equal(eq) 相等
- error 错误
- expression(expr) 表达式
- format 格式化
- function(func) 函数
- generate 生成
- global 全局的
- identifier(ident) 标识(zhì)符
- increase(inc) 增加
- index(i,idx) 索引
- initial 初始的
- integer(int) 整型;整数
- keyword 关键字
- kind 种类
- literal 字面值;字面量
- length(len) 长度
- left hand side(LHS) 左部
- load 加载
- local 局部的
- location(loc) 位置
- node 节点
- number(num) 数字
- object(obj) 对象
- offset 偏移
- operand 操作数
- operator 操作符
- parameter 形参
- parse 解析
- parser 解析器
- pointer(ptr) 指针
- punctuation(punct) 标点符号
- primary 基础的
- program(prog) 程序
- read 读
- refactor 重构
- return(ret) 返回
- right hand side(RHS) 右部
- stack 栈
- statement 语句
- store 存储
- string(str) 字符串
- syntax 语法
- temporary 临时的
- token 终结符
- type 类型
- unary 一元的
- unique 唯一的
- variable(var) 变量
- warning 警告
- write 写