Skip to content

Latest commit

 

History

History
70 lines (69 loc) · 1.49 KB

术语表.md

File metadata and controls

70 lines (69 loc) · 1.49 KB

术语表(缩写)

按字母序排列

  1. abstract syntax tree(AST) 抽象语法树
  2. anonymous(anon) 匿名的
  3. argument 参数;实参
  4. arithmetic 算术的
  5. array 数组
  6. assign 赋值
  7. binary 二元的
  8. buffer 缓冲
  9. code generation(codegen) 代码生成
  10. compound 复合
  11. convert 转换
  12. current 当前的
  13. declaration 声明
  14. declarator 声明符
  15. definition 定义
  16. dummy 虚设
  17. end of file(EOF) 文件末尾
  18. equal(eq) 相等
  19. error 错误
  20. expression(expr) 表达式
  21. format 格式化
  22. function(func) 函数
  23. generate 生成
  24. global 全局的
  25. identifier(ident) 标识(zhì)符
  26. increase(inc) 增加
  27. index(i,idx) 索引
  28. initial 初始的
  29. integer(int) 整型;整数
  30. keyword 关键字
  31. kind 种类
  32. literal 字面值;字面量
  33. length(len) 长度
  34. left hand side(LHS) 左部
  35. load 加载
  36. local 局部的
  37. location(loc) 位置
  38. node 节点
  39. number(num) 数字
  40. object(obj) 对象
  41. offset 偏移
  42. operand 操作数
  43. operator 操作符
  44. parameter 形参
  45. parse 解析
  46. parser 解析器
  47. pointer(ptr) 指针
  48. punctuation(punct) 标点符号
  49. primary 基础的
  50. program(prog) 程序
  51. read 读
  52. refactor 重构
  53. return(ret) 返回
  54. right hand side(RHS) 右部
  55. stack 栈
  56. statement 语句
  57. store 存储
  58. string(str) 字符串
  59. syntax 语法
  60. temporary 临时的
  61. token 终结符
  62. type 类型
  63. unary 一元的
  64. unique 唯一的
  65. variable(var) 变量
  66. warning 警告
  67. write 写