06 2024 档案
摘要:1. 调用 output := concat(output,s) 2. 数组,赋值 a[i+1] := 0 数组变量 a[i]为 a(基地址) + i*w(偏移量) 3. while 循环 伪代码: while cnd do body start: if not cnd goto done body
阅读全文
摘要:中间树语言: Tree.c 抽象语法 -> 树语言: Frame.c, MyFrame.c 树语言 (T_xxx) -> IR 中间代码 (Tr_xxx):Translate.c IR 代码中 符号代码( label )沿用不变 int 调用 T_Const(int i ) Tree 模块: 1.
阅读全文
浙公网安备 33010602011771号