The Poe language-based editor project

  • Authors:
  • C. N. Fischer;Gregory F. Johnson;Jon Mauney;Anil Pal;Daniel L. Stock

  • Affiliations:
  • Computer Sciences Department, University of Wisconsin - Madison, 1210 W. Dayton, Madison, WI;Computer Science Department, Cornell University, Upson Hall, Ithaca, NY;Computer Science Department, North Carolina State University, Raleigh, NC;Computer Sciences Department, University of Wisconsin - Madison, 1210 W. Dayton, Madison, WI;Computer Sciences Department, University of Wisconsin - Madison, 1210 W. Dayton, Madison, WI

  • Venue:
  • SDE 1 Proceedings of the first ACM SIGSOFT/SIGPLAN software engineering symposium on Practical software development environments
  • Year:
  • 1984

Quantified Score

Hi-index 0.00

Visualization

Abstract

Editor Allan Poe (Pascal Oriented Editor) is a full-screen language-based editor (LBE) that knows the syntactic and semantic rules of Pascal. It is the first step in development of a comprehensive Pascal program development environment. Poe's design began in 1979; version 1 is currently operational on Vax 11s under Berkeley Unix and on HP 9800-series personal workstations. Poe is written in Pascal, and is designed to be readily transportable to new machines. An editor-generating system called Poegen is operational, and much of the language-specific character of Poe is table-driven and retargetable.