Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我试图理解 GCC 在解析源文件时构造的抽象语法树的结构,但我发现它令人困惑,并且没有太多可用的信息。有人可以解释它是如何工作的吗?
GCC 树表示在GCC Internals文档中进行了描述,特别是关于GENERIC的部分。