Skip to content

Latest commit

 

History

History
77 lines (76 loc) · 1.65 KB

术语表.md

File metadata and controls

77 lines (76 loc) · 1.65 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. designate(desig) 指派;指定
  17. directive 指示
  18. dummy 虚设
  19. end of file(EOF) 文件末尾
  20. equal(eq) 相等
  21. error 错误
  22. expression(expr) 表达式
  23. format 格式化
  24. function(func) 函数
  25. generate 生成
  26. global 全局的
  27. identifier(ident) 标识(zhì)符
  28. increase(inc) 增加
  29. index(i,idx) 索引
  30. initial 初始的
  31. initialize 初始化
  32. initializer 初始化器
  33. instruction 指令
  34. integer(int) 整型;整数
  35. keyword 关键字
  36. kind 种类
  37. literal 字面值;字面量
  38. length(len) 长度
  39. left hand side(LHS) 左部
  40. load 加载
  41. local 局部的
  42. location(loc) 位置
  43. node 节点
  44. number(num) 数字
  45. object(obj) 对象
  46. offset 偏移
  47. operand 操作数
  48. operator 操作符
  49. parameter 形参
  50. parse 解析
  51. parser 解析器
  52. pointer(ptr) 指针
  53. punctuation(punct) 标点符号
  54. primary 基础的
  55. program(prog) 程序
  56. read 读
  57. refactor 重构
  58. return(ret) 返回
  59. right hand side(RHS) 右部
  60. scalar 标量
  61. stack 栈
  62. statement 语句
  63. store 存储
  64. string(str) 字符串
  65. syntax 语法
  66. temporary 临时的
  67. token 终结符
  68. type 类型
  69. unary 一元的
  70. unique 唯一的
  71. variable(var) 变量
  72. vector 向量
  73. warning 警告
  74. write 写