next up previous
Next: straight.h Up: Specification Files Previous: straight.pdl

straight.c

A type-c file contains handwritten C code that is to be combined with the generated code to form the complete processor.

straight.c[52] :

#include <string.h>
#include "csm.h"
#include "envmod.h"
#include "pdl_gen.h"
#include "treecon.h"

Make the prototype of the evaluator available[46]

Implementation of the memory module[44]

int
main(int argc, char* argv[])
{ Code to construct the tree[47]

  Code to carry out the computations over the tree[48]

  return 0;
}
This macro is attached to a product file.



William Waite
1998-08-30