Abstract Syntax Tree

We will assume that the fundamental form of a program is the abstract syntax tree (AST) -- not source code.

Lisp code is already in AST form, and Lisp is ideal for implementing program generation and transformation. It is easy to generate code in ordinary programming languages from Lisp.

Contents    Prev    Next    Page+10    Index