Skip to main content
TIL
Notes
AI
CS
Web
Language
Programming
Library Gallery
GitHub
One doc tagged with "Semantic"
View all tags
Semantic Analysis
e.g. 变量/函数必须先声明再使用; 每个表达式必须有合适类型(左值/右值); 函数调用与函数定义保持一致(函数签名)