Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2005-10-02 14:25:01 -0700 (Sun, 02 Oct 2005)
Revision: 7812
Log message:

      Backported the C parser.  This parser is not extensively tested.
      

Changes  Path
+4 -3 omake-branches/0.9.6.x/OMakefile
+19 -7 omake-branches/0.9.6.x/doc/man/omake-doc.1
+19 -7 omake-branches/0.9.6.x/doc/man/omake-system.1
Properties omake-branches/0.9.6.x/lib/parse
Properties omake-branches/0.9.6.x/lib/parse/C
Copied omake-branches/0.9.6.x/lib/parse/C/Lex.om
Copied omake-branches/0.9.6.x/lib/parse/C/Parse.om
+19 -91 omake-branches/0.9.6.x/src/build/omake_builtin_io_fun.ml
Properties omake-branches/0.9.6.x/tests/parse/C
Added omake-branches/0.9.6.x/tests/parse/C/Test
Added omake-branches/0.9.6.x/tests/parse/C/input.c
Properties omake-branches/0.9.6.x/tests/parse/C/input.c