(Translated by https://www.hiragana.jp/)
LEXX—A programmable structured editor
The Wayback Machine - https://web.archive.org/web/20060212114851/http://domino.research.ibm.com:80/tchjr/journalindex.nsf/0/bc33186c36e05a9e85256bfa0067f698?OpenDocument
IBM Technical Journals IBM Journal of Research and Development
IBM Skip to main content
  Home     Products & services     Support & downloads     My account  
  Select a country  
Journals Home  
  Systems Journal  
Journal of Research
and Development
  ·  Current Issue  
  ·  Recent Issues  
  ·  Papers in Progress  
  ·  Search/Index  
  ·  Orders  
  ·  Description  
  ·  Patents  
  ·  Recent publications  
  ·  Author's Guide  
  Staff  
  Contact Us  
  Related links:  
     IBM Research  
IBM Journal of Research and Development  
Volume 31, Number 1, Page 73 (1987)
Office Automation Technologies
  Full article: arrowPDF   arrowCopyright info

   

LEXX—A programmable structured editor

by M. F. Cowlishaw
Many sophisticated and specialized editing programs have been developed in recent years. These editors help people manipulate data, but the diversity complicates rather than simplifies computer use. LEXX is an editing program that can work with the syntax and structure of the data it is presenting, yet is not restricted to just one kind of data. It is used for editing programs, documents, and other material and hence provides a consistent environment for the user regardless of the editing task. The new live parsing technique used by LEXX means that it can be programmed to handle a very wide variety of structured data. The structure information is, in turn, used to improve the presentation of data (through color, fonts, and formatting), which makes it easier for people to deal with the text being edited.
Related Subjects: Programming, programs, and programming languages