Semantic analysis (compilers)

This is an old revision of this page, as edited by Niceguyedc (talk | contribs) at 06:07, 17 January 2015 (WPCleaner v1.34 - Repaired 1 link to disambiguation page - (You can help) - Haskell / WP:WCW project (Spelling and typography)). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Semantic analysis ,also context sensitive analysis,is a process in complier construction,usually after parsing,to gather necessary semantic information 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

See also

context sensitive language Compiler