Synopsis - Cross-Reference

File: /sandbox/README
 1This directory contains experimental code that may or may not
 2be moved into the 'public' framework. As synopsis is in heavy
 3development, it is distributed with the source distribution
 4anyways, hoping that it may whet your appetit.
 5
 6To be able to compile the code, you will have to adjust the
 7(local) build system to your platform. You will at least
 8have to call $(srcdir)/configure <options> where options
 9is at least:
10
11--with-python=<python>          the name of the python executable.
12--with-syn-cxx=<syn-cxx-prefix> the prefix to the Synopsis library.
13
14Additionally, you may have to modify the Makefiles to adjust
15the names of the various boost libraries being used (unfortunately
16the naming isn't consistent across platforms).
17
18The following subprojects are being worked on:
19
20* bpl :  A set of python extension modules that reflect the low
21         level C++ parser API to python using boost.python.
22
23* wave : A new CPP parser (i.e. preprocessor) backend based on
24         boost.wave.
25
26
27
28
29Good luck !