MAN page from Mandrake Other isode-8.0-2.i386.rpm
PEPSY
Section: User Commands (1)
Updated: 24 Jun 1990
Index NAME
pepsy - table driven replacement for posy/pepy
SYNOPSIS
pepsy[-A][-a][-C][-f][-h
option][-s]
module.py DESCRIPTION
The
pepsy program reads a description of a
presentation module andproduces definitions and tables for use with the
C programming language.It is meant to be backwards-compatible with the
posy system.(So,
pepsy will ignore any
pepy-style augmentations in theinput file.)
The `-A' (All) switch directs pepsy to generate tables for encoders,decoders, and printers.
The `-a' switch directs pepsy to augment the #include file withcommentary text.
The '-C' switch directs pepsy to produce backwards compatiblecode which generates three .h files rather than one.
The `-f' switch directs pepsy to generate C macros to deallocatethe structures it defines.
The `-h' switch enables additional heuristics when pepsy generates aC language structure definition.Option `0' enables the default heuristics.Enabling any other option also results in enabling option `0'.Option `1' enables ``clever'' but non-unique structure naming.Option `2' enables the generation of arrays rather than linked-listswhenever possible.
Normally, pepsy prints the name of each type as it works.The `-s' switch disables this behavior.
FILES
module.ph extern type definitions from modulemodule_tables.c initialised tables for processing modulemodule-types.h C structure definitions from modulemodule_pre_defs.h Preprocessor constants for each type in modulemodule_defs.h macros to support pepy routines for module's types
SEE ALSO
pepy(1),
posy(1),
The ISO Development Environment: User's Manual AUTHOR
Andrew Worsley,CSIRO and UCL
Index
- NAME
- SYNOPSIS
- DESCRIPTION
- FILES
- SEE ALSO
- AUTHOR
This document was created byman2html,using the manual pages.