/***********************************************************************
 * Copyright (c) 1993 Technical Research Centre of Finland
 * All rights reserved.
 *
 * This software is provided ``as is'' and without any express or
 * implied warranties, including, without limitation, the implied
 * warranties of merchantibility and fitness for a particular purpose.
 **********************************************************************/

prepro/README

Here is the cerial mini-compiler ("prepro").
This code is extracted from the OTSO package.
That's why prepro does also a million other things than needed in cerial.
And that's why files pp*xx and OTSO.hxx may look strange.

prepro.y	yacc description of C++ subset/superset
prepro.l	lexical symbols
classdef.cxx	code generation
cvopser.cxx	not used for now

prepro		OTSO mini-compiler
cerial		a script to run OTSO prepro so that serialize() functions
		and ASN.1 descriptions are generated
