- Expert C++
- Vardan Grigoryan Shunguang Wu
- 78字
- 2021-06-24 16:33:54
Semantic analysis
If the previous expression was something like it b = a + 0; , the compiler would divide it into the tokens it, b, =, and others. We already see that it is something unknown, but for the compiler, it is fine at this point. This would lead to the compilation error unknown type name "it" in g++. Finding the meaning behind expressions is the task of semantic analysis (parsing).
推薦閱讀
- Python高效開發(fā)實戰(zhàn):Django、Tornado、Flask、Twisted(第2版)
- 零基礎(chǔ)學(xué)Java程序設(shè)計
- Spring Boot企業(yè)級項目開發(fā)實戰(zhàn)
- Hands-On Natural Language Processing with Python
- 深入淺出React和Redux
- Scratch3.0趣味編程動手玩:比賽訓(xùn)練營
- Struts 2.x權(quán)威指南
- C++從入門到精通(第6版)
- 監(jiān)控的藝術(shù):云原生時代的監(jiān)控框架
- Docker on Windows
- C++ Windows Programming
- Hands-On Game Development Patterns with Unity 2019
- VB語言程序設(shè)計教程(第2版)
- 從零開始:Qt可視化程序設(shè)計基礎(chǔ)教程
- PLC編程入門及工程實例