Semantic analysis (compilers): Difference between revisions

Content deleted Content added
Argav (talk | contribs)
m moved Semantic analysis (computer science) to Semantic analysis (compilers): compilers and machine learning are both parts of computer science. Rename Semantic analysis (computer science) to Semantic analysis (compilers), because this page is real
remove redirect,add content
Line 1:
'''Semantic analysis''' ,also '''context sensitive analysis''',is a process in complier construction,usually after [[parsing]],to gather necessary semantic infomation from source code.It usually includes [[Type checking]],or make sure a variable is declared before use which is impossible to detect in parsing
#REDIRECT [[Compiler#Front end]]
==approach==
[[Attribute grammar]]
==See also==
[[context sensitive language]]
[[Compiler]]