- 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).
推薦閱讀
- ASP.NET Web API:Build RESTful web applications and services on the .NET framework
- 匯編語言程序設計(第3版)
- 精通MATLAB(第3版)
- HTML5+CSS3 Web前端開發技術(第2版)
- C#程序設計(項目教學版)
- Scala for Machine Learning(Second Edition)
- 實戰Java高并發程序設計(第2版)
- 深入理解BootLoader
- Visual Basic程序設計全程指南
- 從零學Java設計模式
- 深入淺出Python數據分析
- Drupal Search Engine Optimization
- 軟件測試技術
- 軟件開發中的決策:權衡與取舍
- Roslyn Cookbook