www.pudn.com > cppcc.rar > README
This is the CppCC Version 0.0.3 README ======================================= If you are reading this, it probably means you have just downloaded the CppCC distribution and untargzipped it. Into this directory you will find: 1. The compilation scripts for Linux and several other unices. Read the INSTALL file for instructions on how to compile and install CppCC. For the lazy, the magic installation commands are: $ ./configure $ make then, as root: $ make install By default, CppCC installs itself under /usr/local. The examples, documentation and tests will go in /usr/local/share/cppcc. 2. A file called NEWS. It documents the user-visible changes for each version (you may want to read this if you're upgrading). 3. In the /usr/local/share/cppcc/doc directory is some documentation, including a user's guide. Once you have installed it go there and read it. 4. In the /usr/local/share/cppcc/examples subdirectory are several example grammars. All of them have been tested with the current version and are supposed to work fine (at least for me). 5. In the /usr/local/share/cppcc/tests directory are some test cases i wrote. You can test your installation by cd'ing there and running the runtests.sh script. Also, some of those tests exercise several features of CppCC and can be also used as examples on how to do things, have a look at them. 5'. That'll be all. Don't forget to write :-) my email is alecutzu@fx.ro. For bug reports and other stuff go to http://sourceforge.net/projects/cppcc or http://cppcc.sourceforge.net . Have fun, Alec.