Eli   Documents

General Information

 o Eli: Translator Construction Made Easy
 o Global Index
 o Frequently Asked Questions
 o Typical Eli Usage Errors

Tutorials

 o Quick Reference Card
 o Guide For new Eli Users
 o Release Notes of Eli
 o Tutorial on Name Analysis
 o Tutorial on Scope Graphs
 o Tutorial on Type Analysis
 o Typical Eli Usage Errors

Reference Manuals

 o User Interface
 o Eli products and parameters
 o LIDO Reference Manual
 o Typical Eli Usage Errors

Libraries

 o Eli library routines
 o Specification Module Library

Translation Tasks

 o Lexical analysis specification
 o Syntactic Analysis Manual
 o Computation in Trees

Tools

 o LIGA Control Language
 o Debugging Information for LIDO
 o Graphical ORder TOol

 o FunnelWeb User's Manual

 o Pattern-based Text Generator
 o Property Definition Language
 o Operator Identification Language
 o Tree Grammar Specification Language
 o Command Line Processing
 o COLA Options Reference Manual

 o Generating Unparsing Code

 o Monitoring a Processor's Execution

Administration

 o System Administration Guide

Mail Home
Open PDF File

Guide for New Eli Users

A text processor is a program that takes a sequence of characters as input, computes some set of values based on that sequence, and then carries out some action determined by the computed values. A desk calculator program is therefore a text processor, as is a Pascal compiler and the input subsystem of a transaction processor.

The Eli system creates executable text processing programs from specifications. A user provides Eli with specifications that describe a particular text processing problem, and Eli creates a program to solve that problem. By making simple requests of Eli, the user can test the generated program, obtain an executable copy, or obtain a directory containing a source copy.

This manual is intended for the new Eli user. It begins with a general characterization of text processing problems. The emphasis is on a strategy for decomposing such problems and describing their components, but an indication of how Eli builds working software from these descriptions is also included.

The simplest way to understand a system is to see how it is used. We therefore present a concrete text processing problem and show, step by step, how a program to solve it is specified and produced. Each component of the specification is discussed, and exercises provided to lead you through the production process. The text of the specification is part of the Eli distribution.

As with any complex system, there are ways to customize Eli to fit particular working styles. We therefore describe some of the common things that you might want to do to change Eli's behavior in order to fit your working style.

Finally, we give an overview of the Eli documentation.