New Features of Eli Version 4.3
The conventions for naming types and routines created by the tree parser
tp have been changed to avoid confusion with other Eli components
and to shorten some names:
-
The type name
NODEPTR-TYPE has been replaced by TPNode
-
The prefix for all function names is now
TP_ rather than
burm_ .
-
The name of the header file defining the prototypes of the generated
functions is not `tp_gen.h' rather than `xform.h'.
|