Groups | Search | Server Info | Login | Register
Groups > comp.compilers > #158
| From | "Akakima" <akakima33@gmail.com> |
|---|---|
| Newsgroups | comp.compilers |
| Subject | Re: C or Similar Preprocessor for General Use |
| Date | 2011-06-17 12:56 -0400 |
| Organization | Compilers Central |
| Message-ID | <11-06-032@comp.compilers> (permalink) |
| References | <11-06-026@comp.compilers> |
> C Preprocessor I worked on this, part time, for some time now. I finally have something which is usable. I need it to preprocess Yacc grammars. Started with the C preprocessor of Plan 9. http://plan9.bell-labs.com/sources/plan9/sys/src/cmd/cpp/ I have some code cleanup to do, and will publish the result next week. I would also like to write a man page. I made some small modifications to the original code. Replaced the lexer with a flex generated one. The new lexer is marginally faster and easier to modify. Replaced the hash function with a faster (real faster) one found on the net. Works on windows. Compiled with gcc (Cygwin, Mingw)
Back to comp.compilers | Previous | Next — Previous in thread | Find similar
C or Similar Preprocessor for General Use Gene Wirchenko <genew@ocis.net> - 2011-06-16 14:23 -0700 Re: C or Similar Preprocessor for General Use Gene <gene.ressler@gmail.com> - 2011-06-16 19:03 -0700 Re: C or Similar Preprocessor for General Use BGB <cr88192@hotmail.com> - 2011-06-16 23:27 -0700 C or Similar Preprocessor for General Use ray roth <rayroth@pacbell.net> - 2011-06-17 00:03 -0700 Re: C or Similar Preprocessor for General Use Robbert Haarman <comp.compilers@inglorion.net> - 2011-06-17 10:25 +0200 Re: C or Similar Preprocessor for General Use Roberto Waltman <usenet@rwaltman.com> - 2011-06-17 12:03 -0400 Re: C or Similar Preprocessor for General Use "Akakima" <akakima33@gmail.com> - 2011-06-17 12:56 -0400
csiph-web