Y
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
da39a3ee
1599 days ago
Is "semantic analysis" in the sense you used it similar to "type checking"?
link
fcurts
1599 days ago
Semantic analysis is a broader term that (for languages with a type checker) includes type checking.
https://cs.lmu.edu/~ray/notes/semanticanalysis/
link