Font Size: a A A

Using HASKELL to implement syntactic control of interference

Posted on:2009-09-21Degree:M.ScType:Thesis
University:Queen's University (Canada)Candidate:Warren, JaredFull Text:PDF
GTID:2445390002994222Subject:Computer Science
Abstract/Summary:
Interference makes reasoning about imperative programs difficult but it can be controlled syntactically by a language's type system, such as Syntactic Control of Interference (SCI). HASKELL is a purely-functional, statically-typed language with a rich type system including algebraic datatypes and type classes. It is popular as a defining language for definitional interpreters of domain-specific languages, making it an ideal candidate for implementation of definitional interpreters for SCI and Syntactic Control of Interference Revisited (SCIR), a variant that improves on sci. Inference rules and denotational semantics functions are presented for PCF, Idealized ALGOL, SCI, and SCIR. An extension to HASKELL98 is used to define HASKELL functions for those languages' semantics and to define type constructions to statically check their syntax. The results in applied programming language theory demonstrate the suitability and techniques of HASKELL for definitional interpretation of languages with rich type systems.
Keywords/Search Tags:HASKELL, Syntactic control, Type, Language, SCI
Related items