Semantic analysis (compilers): Difference between revisions

Content deleted Content added
m categorization/tagging using AWB
No edit summary
Line 1:
'''Semantic analysis''' , also '''context sensitive analysis''', is a process in compliercompiler construction, usually after [[parsing]], to gather necessary semantic information from source code. It usually includes [[Type checking]], or makemakes sure a variable is declared before use which is impossible to detect in parsing.
 
==Theory==