The frontEnd system

- an extendable package for programming language processing.

Brief on the system
Functional modules
Intermediate representation
Package interface
Summary

Preface

The frontEnd system is an extendable software package for constructing programming language processing tools, such as compiler, interpreter and language to language translater. The system analyzes the input source language, and converts it to a uniform intermediate representation (IR), which later can be manipulated by a set of functions provided in a Class library.

In this document, section Brief on the system gives a outlook of the system; Section Functional modules and Intermediate representation intoduce more about its composition; Finally, section Package interface explains the package usage in detail.

Distribution The latest version of the package is public domain available.

About the document This document is created automatically from the source code of the package with doc++ system, having both LaTeX and HTML version. It is designed to provide a thorough and online help for the serious users of the package.

Document maitained by Guansong Zhang.

alphabetic index hierarchy of classes


Email contact: zgs@npac.syr.edu

generated by doc++