Hacker News new | ask | show | jobs
by fcurts 1599 days ago
It uses heuristics to derive semantic information from the parse tree without doing a full semantic analysis.
1 comments

Is "semantic analysis" in the sense you used it similar to "type checking"?
Semantic analysis is a broader term that (for languages with a type checker) includes type checking. https://cs.lmu.edu/~ray/notes/semanticanalysis/