llvm-tutorial-cn
llvm-tutorial-cn copied to clipboard
Simplified Chinese translation for the LLVM Tutorial
在[第二章](https://github.com/liancheng/llvm-tutorial-cn/blob/master/source/chapter-2.rst)中提到: > 下一条生成规则也很简单,它负责处理变量引用和函数调用: >``` > .. literalinclude:: _includes/chapter-2_full.cpp > :language: cpp > :lines: 172-198 代码如下: ``` cpp /// identifierexpr /// ::= identifier /// ::= identifier '(' expression* ')' static ExprAST...
第二章中,关于identifierexpr生成规则的代码解说,少了return语句
友情提醒:想看后面章节的同学可以看下这个仓库: [https://github.com/Hanseltu/kaleidoscope-tutorial](https://github.com/Hanseltu/kaleidoscope-tutorial)