Cantitate/Preț
Produs

Algol-like Languages: Progress in Theoretical Computer Science

Autor Peter O'Hearn, Robert Tennent
en Limba Engleză Paperback – dec 1996
To construct a compiler for a modern higher-level programming languagel one needs to structure the translation to a machine-like intermediate language in a way that reflects the semantics of the language. little is said about such struc­ turing in compiler texts that are intended to cover a wide variety of program­ ming languages. More is said in the Iiterature on semantics-directed compiler construction [1] but here too the viewpoint is very general (though limited to 1 languages with a finite number of syntactic types). On the other handl there is a considerable body of work using the continuation-passing transformation to structure compilers for the specific case of call-by-value languages such as SCHEME and ML [21 3]. ln this paperl we will describe a method of structuring the translation of ALGOL-like languages that is based on the functor-category semantics devel­ oped by Reynolds [4] and Oles [51 6]. An alternative approach using category theory to structure compilers is the early work of F. L. Morris [7]1 which anticipates our treatment of boolean expressionsl but does not deal with procedures. 2 Types and Syntax An ALGOL-like language is a typed lambda calculus with an unusual repertoire of primitive types. Throughout most of this paper we assume that the primi­ tive types are comm(and) int(eger)exp(ression) int(eger)acc(eptor) int(eger)var(iable) I and that the set 8 of types is the least set containing these primitive types and closed under the binary operation -.
Citește tot Restrânge

Toate formatele și edițiile

Toate formatele și edițiile Preț Express
Paperback (3) 60098 lei  38-44 zile
  Birkhäuser Boston – dec 1996 60098 lei  38-44 zile
  Birkhäuser Boston – 17 oct 2011 62714 lei  6-8 săpt.
  Birkhäuser Boston – 3 mar 2013 63001 lei  6-8 săpt.
Hardback (2) 63449 lei  6-8 săpt.
  Birkhäuser Boston – dec 1996 63449 lei  6-8 săpt.
  Birkhäuser Boston – dec 1996 63644 lei  6-8 săpt.

Din seria Progress in Theoretical Computer Science

Preț: 60098 lei

Preț vechi: 75122 lei
-20% Nou

Puncte Express: 901

Preț estimativ în valută:
11503 11989$ 9575£

Carte tipărită la comandă

Livrare economică 02-08 ianuarie 25

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9780817639365
ISBN-10: 0817639365
Pagini: 300
Ilustrații: 654 p. 2 volume-set.
Dimensiuni: 155 x 235 x 22 mm
Greutate: 0.5 kg
Ediția:1996
Editura: Birkhäuser Boston
Colecția Birkhäuser
Seria Progress in Theoretical Computer Science

Locul publicării:Boston, MA, United States

Public țintă

Research

Cuprins

I Historical Background.- 1 Revised Report on the Algorithmic Language ALGOL 60.- 2 The Varieties of Programming Language.- II Basic Principles.- 3 The Essence of ALGOL.- 4 ALGOL and Functional Programming.- 5 Orthogonality of Assignments and Procedures in ALGOL.- 6 IDEALIZED ALGOL and its Specification Logic.- 7 Towards Fully Abstract Semantics for Local Variables.- III Language Design.- 8 Design of the Programming Language FORSYTHE.- 9 Assignments for Applicative Languages.- 10 Syntactic Control of Interference.