Semantic analysis (compilers): Difference between revisions

Content deleted Content added
m WPCleaner v1.34 - Repaired 1 link to disambiguation page - (You can help) - Haskell / WP:WCW project (Spelling and typography)
Line 1:
'''Semantic analysis''' ,also '''context sensitive analysis''',is a process in complier construction,usually after [[parsing]],to gather necessary semantic infomationinformation from source code.It usually includes [[Type checking]],or make sure a variable is declared before use which is impossible to detect in parsing
==Theory==
[[Attribute grammar]]
==implementation==
*[[Haskell (programming language)|Haskell]]:usually with the help of [[Monad (functional programming)]] and [[applicative functor]]
 
==See also==