GPCE Home
GPCE'10 Home
Keynotes
Schedule
Accepted Papers
Poster
Organization
Dates
Venue
Registration
Workshop
FOSD
Electronic
Submission
(Submission system is closed)
Abstracts due: Wednesday, May 26, 23:59:59, Apia time.
Full papers due: Sunday, May 30, 23:59:59, Apia time.
Abstract: Type inference is the process of constructing a typing derivation while gradually discovering type information. During this process, inference algorithms typically make subtle decisions based on the derivation constructed so far.
Because a typing derivation is a decorated tree we aim to use attribute grammars as the main implementation tool. Unfortunately, we can neither express iteration, nor express decisions based on intermediate derivations in such grammars.
Here, we present the language |rulerfront|, a conservative extension to ordered attribute grammars, that deals with the aforementioned problems. We show why this extension is suitable for the description of constraint-based inference algorithms.