/***************************************************************************
    SCC, Simplfied c++ paser test version 0.3
    Copyright (C) 2007 by phylin   
    phylin11@gmail.com   


Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005,
2006 2007Free Software Foundation, Inc.

This file is free documentation; the Free Software Foundation gives
unlimited permission to copy, distribute and modify it.
                                             
 ***************************************************************************/

1 About scc
  It's designed to provide safe use of c++ at a http server. 
  But now there are no safe library to use yet , can only used as a test. 
  I will give some scc library soon .
  
   This package is plateform indepandent.I tested it only on GNU/Linux i386,
   be sure you have GNU/g++ installed.
 
2 The detailed scc grammar is discussed in file scc manual.


3 How to use :
   
  The first thing is changing the sccini.h to fit your use, follow the
 comments will do . 
  
  You can follow the Makefile.cvs or use KEDVELOP to run autoconfs. 
  You can also run autogen.sh. 
  
  Then , install it.If you don't know what to do,Please read the INSTALL file. 
  After compiled ,the excutable binary name is scc.
  
  run  
      " scc  foo.scc"
  If there are no mistakes , a foo.htm  and a  binary foo.sce  is created .

  There is a example named example.scc can be used.
   
  Try to test it.:)

      
 









    
  

       


   

   

