The Synthesizer Generator Reference Manual

The Synthesizer Generator Reference Manual
Author: Thomas W. Reps
Publisher: Springer Science & Business Media
Total Pages: 184
Release: 2012-12-06
Genre: Computers
ISBN: 1461396336

The Synthesizer Generator is a system for automating the implementation of language-based editing environments. The editor designer prepares a specification that includes rules defining a language's context-free abstract syn tax, context-sensitive relationships, display format, and concrete input syntax. From this specification, the Synthesizer Generator creates a display editor for manipulating objects according to these rules [Reps84]. This volume, The Synthesizer Generator Reference Manual, is intended as the defining document of the system. A companion volume, The Synthesizer Gen erator: A System for Constructing Language-Based Editors [Reps88], provides a more tutorial description of the system; it contains numerous examples that illustrate the specification and use of generated editors, as well as chapters that explain important algorithms of the implementation. The Synthesizer Generator is a generalization of our earlier system, the Cor nell Program Synthesizer [Teitelbaum81], which was a programming environ ment for a specific small dialect of PL/I. It featured a display-oriented, syntax directed editor, an incremental compiler, an execution supervisor supporting source-level debugging, and a file system containing syntactically typed pro gram fragments. Whereas PL/I was built into the Cornell Program Synthesizer, the Synthesizer Generator accepts a formal language definition as input. Although originally conceived as a tool for creating Synthesizer-like environments for arbitrary pro gramming languages, the Synthesizer Generator is more broadly useful. Any textual language with a hierarchical phrase structure grammar is a candidate. vi Preface Interactive theorem proving for formal mathematics and logic, for example, has emerged as a particularly suitable application.

Methods of Programming

Methods of Programming
Author: Manfred Broy
Publisher: Springer Science & Business Media
Total Pages: 292
Release: 1991-10-23
Genre: Computers
ISBN: 9783540545767

The systematic development of software systems is a central task of computing science. A software system is the result of putting together knowledge about the application, the requirements and the structures of computing science. Under the heading CIP (Computer-aided Intuition-guided Programming), a group of researchers led by Prof. F.L. Bauer and Prof. K. Samelson started work in 1975 in the direction of formal program specification, transformational programming, and tool supportfor program development. The collection of papers in this volume presents examples of a formal approach to programming language concepts and program development based on algebraic specifications and program transformations. Examples are also presented of evolutions and modificationsof the original ideas of the CIP project. The topics range from descriptionsof the program development process to derivations of algorithms from specifications. The volume is dedicated to Prof. F.L. Bauer.

Esprit ’89

Esprit ’89
Author: CEC, DG for Telecommunications
Publisher: Springer Science & Business Media
Total Pages: 1136
Release: 2012-12-06
Genre: Computers
ISBN: 9400910630

The 6th ESPRIT Conference is being held in Brussels from the 27th November to the 1 st December 1989. Well over 1500 participants from all over Europe are expected to attend the various events during the week. The Conference will offer the opportunity to be updated on the results of ongoing Esprit projects and to develop Europe-wide contacts with colleagues, both within a specific branch of Information Technology and across different branches. The first three days of the week are devoted to presentations of Esprit I projects, structured into plenary and parallel sessions; this year there is special emphasis on panels and workshops where participants can exchange ideas and hold in-depth discussions on specific topics. The different areas of Esprit work are covered: Microelectronics, Informa tion Processing Systems, Office and Business Systems, Computer Integrated Manufac turing, Basic Research and different aspects of the Information Exchange System. During the IT Forum on Thursday 30th November, major European industrial and political decision-makers will address the audience in the morning. In the afternoon, different aspects of Technology Transfer will be discussed with the participation of outside experts, and presentations on the future plans for community R&D in IT will take place.

Knowledge Engineering Shells

Knowledge Engineering Shells
Author: Nikolaos G. Bourbakis
Publisher: World Scientific
Total Pages: 574
Release: 1993
Genre: Computers
ISBN: 9789810210564

This book offers a systematic approach to knowledge engineering problems. It gives a brief overview of knowledge engineering systems and environments, covering both classical and recent techniques of the design and evaluation of them. Detailed descriptions of particular techniques and applications are also provided.

Information Systems And Technologies For Network Society: Proceedings Of The Ipsj International Symposium

Information Systems And Technologies For Network Society: Proceedings Of The Ipsj International Symposium
Author: Yahiko Kambayashi
Publisher: World Scientific
Total Pages: 434
Release: 1997-09-09
Genre:
ISBN: 9814545481

This volume contains technical papers and panel position papers selected from the proceedings of the International Symposium on Information Systems and Technologies for Network Society, held together with the IPSJ (information processing society of Japan) National Convention, in September 1997. Papers were submitted from all over the world, especially from Japan, Korea and China. Since these countries are believed to form one of the major computer manufacturing centers in the world, a panel on “Computer Science Education for the 21st Century” was set up. A special session on the Japanese project on Software Engineering invited representative researchers from the project, which is supported by the Ministry of Education, Japan.

The Synthesizer Generator

The Synthesizer Generator
Author: Thomas W. Reps
Publisher: Springer Science & Business Media
Total Pages: 332
Release: 2012-12-06
Genre: Computers
ISBN: 1461396239

This book is a detailed account of the Synthesizer Generator, a system for creat ing specialized editors that are customized for editing particular languages. The book is intended for those with an interest in software tools and in methods for building interactive systems. It is a must for people who are using the Syn thesizer Generator to build editors because it provides extensive discussions of how to write editor specifications. The book should also be valuable for people who are building specialized editors "by hand," without using an editor generating tool. The need to manage the development of large software systems is one of the most pressing problems faced by computer programmers. An important aspect of this problem is the design of new tools to aid interactive program develop ment. The Synthesizer Generator permits one to create specialized editors that are tailored for editing a particular language. In program editors built with the Synthesizer Generator, knowledge about the language is used to continuously assess whether a program contains errors and to determine where such errors occur. The information is then displayed on the terminal screen to provide feed back to the programmer as the program is developed and modified.

Attribute Grammars

Attribute Grammars
Author: Pierre Deransart
Publisher: Springer Science & Business Media
Total Pages: 248
Release: 1988-08-10
Genre: Computers
ISBN: 9783540500568

This book treats the problem of formulating models in mathematical programming, and thereafter solving the resulting model. Particular emphasis is placed on the interaction between the two. The topic is viewed from different angles, namely linear programming (Walter Murray), integer programming (Ellis Johnson), network flows (John Mulvey), and stochastic programming (Roger J-B Wets). The book will be very useful for any mathematics programmer or operations researcher who works in the field of real-world modelling. The book is an important part of any university course in modelling, particularly in operations research, economics and business. The book also contains an article on the origins of mathematical programming (Alexander Rinnooy Kan). This is important reading for anyone interested in the history of the field.