摘要: 1. 要编译的测试代码: int plus(int x, int y) { return x + y; } int main(void) { return plus(3, 4); } 2. main中return语句语法分析 if (equal(tok, "return")) { Node *nod 阅读全文
posted @ 2021-11-25 11:07 Just_4_fun 阅读(351) 评论(0) 推荐(0) 编辑