Re: Scaffold: Code Automation Paper
| Newsgroups | gmane.comp.gnome.devtools |
|---|---|
| Message-ID | <[email protected]> |
> Right now I am struggling to > relearn lex and yacc. Not realy my strong suit. I have a basic C > parser compiling but it chokes on real code because the macros arn't > being parsed because most C grammer assumes they have been preprocessed > already. This is the boring work for me. I much rather be working on > the the database and higher level stuff like cross referencing and code > generation Hi John, I'd suggest you drop your parsing attempts. Source navigator comes with many language parsers which populate dbm files. It's quite robust, even with macros, illegal code, etc. This will leave you with much more time to spend on the interesting tasks. Stephen.