Sciweavers

11653 search results - page 82 / 2331
» The Development of the C Language
Sort
View
APSEC
1999
IEEE
14 years 1 months ago
Development of an Intelligent Web Interface to Online Library Catalog Databases
Danny C. C. Poo, Teck-Kang Toh, Christopher S. G. ...
ICFP
1997
ACM
14 years 1 months ago
The Development of Erlang
This paper describes the development of the programming language Erlang during the period 1985-1997. Erlang is a concurrent programming language designed for programming large-sca...
Joe L. Armstrong
APLAS
2010
ACM
13 years 9 months ago
A Logical Mix of Approximation and Separation
We extract techniques developed in the Concurrent C minor project to build a framework for constructing logics that contain approximation and/or separation. Approximation occurs wh...
Aquinas Hobor, Robert Dockins, Andrew W. Appel

Book
1575views
15 years 5 months ago
Bison - The Yacc-compatible Parser Generator
"Bison is a general-purpose parser generator that converts an annotated context-free grammar into an LALR(1) or GLR parser for that grammar. Once you are proficient with Biso...
Charles Donnelly and Richard Stallman