Semantic analysis (compilers)

Revision as of 14:49, 4 December 2021 by imported>Citation bot (Alter: url. URLs might have been anonymized. | Use this bot. Report bugs. | Suggested by AManWithNoPlan | #UCB_webform 2128/2199)
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

{{#invoke:other uses|otheruses}} Semantic analysis or context sensitive analysis is a process in compiler construction, usually after parsing, to gather necessary semantic information from the source code.<ref name="WilhelmSeidl2013">Template:Cite book</ref> It usually includes type checking, or makes sure a variable is declared before use which is impossible to describe in the extended Backus–Naur form and thus not easily detected during parsing.

See alsoEdit

ReferencesEdit

<references />


Template:Plt-stub