Sciweavers

6201 search results - page 337 / 1241
» Implementation of Axiomatic Language
Sort
View
ICFP
2003
ACM
16 years 6 months ago
Disjunctive normal forms and local exceptions
All classical -terms typable with disjunctive normal forms are shown to share a common computational behavior: they implement a local exception handling mechanism whose exact work...
Emmanuel Beffara, Vincent Danos
CALCO
2009
Springer
190views Mathematics» more  CALCO 2009»
16 years 1 months ago
DBtk: A Toolkit for Directed Bigraphs
Abstract. We present DBtk, a toolkit for Directed Bigraphs. DBtk supports a textual language for directed bigraphs, the graphical visualization of bigraphs, the calculation of IPO ...
Giorgio Bacci, Davide Grohmann, Marino Miculan
EUROCAST
2007
Springer
111views Hardware» more  EUROCAST 2007»
16 years 29 days ago
From Text to Knowledge
In this paper, we present a new approximation in Natural Language Processing (nlp) aimed at knowledge representation and acquisition using a formal syntactic frame. In practice, we...
M. Fernández, Eric Villemonte de la Clerger...
IFL
2007
Springer
158views Formal Methods» more  IFL 2007»
16 years 28 days ago
Checking Dependent Types Using Compiled Code
Abstract. Type checkers for dependent types need to evaluate user defined functions during type checking. For this, current implementations typically use an interpreter, which has...
Dirk Kleeblatt
186
Voted
IFL
2007
Springer
128views Formal Methods» more  IFL 2007»
16 years 28 days ago
The Structure of the Essential Haskell Compiler, or Coping with Compiler Complexity
In this paper we describe the structure of the Essential Haskell Compiler (EHC) and how we manage its complexity, despite its growth from essentials to a full Haskell compiler. Our...
Atze Dijkstra, Jeroen Fokker, S. Doaitse Swierstra