Hacker News new | ask | show | jobs
by da39a3ee 1606 days ago
Is "semantic analysis" in the sense you used it similar to "type checking"?
1 comments

Semantic analysis is a broader term that (for languages with a type checker) includes type checking. https://cs.lmu.edu/~ray/notes/semanticanalysis/