Re: new C parser
Stefan Seefeld <[email protected]>
| Newsgroups | gmane.comp.documentation.synopsis |
|---|---|
| Message-ID | <[email protected]> |
Stefan Seefeld wrote: > I'd very much welcome any feedback or help in testing > and development. The code is in contrib/C/. It's not > compiled by default, i.e. to compile it you have to > run 'make' from within build/temp-<platform>/contrib/C > after running 'python setup.py config' (at least) and then > use the usual 'python synopsis.py...' interface to execute it. I felt brave last night, and decided that after some testing it was time to move this code into 'mainline', i.e. into Synopsis/Parsers/C, where it is built as the default C parser. This means that from now on you will be able to use the new C parser via 'synopsis -p C ...' or from within a script as the 'Synopsis.Parsers.C' module. I have tested it on C code I found on my machine (such as libxml2), but as I'm not a native C speaker I would appreciate if any C developers could try it out and report any issues and enhancement requests. Regards, Stefan