In comp.databases.object Kunle <noemails@replytothegroup.nospam.orgwrote:
I'm looking for examples that demonstrate the use of an DB to store
information extracted from source code. BBQ
() is the only related project that
I've found but it works with .class and .jar files not source code.
The basic intent is to store the information contained in an annotated
abstract syntax tree (AST) and symbol table to a database. As a minimum, I'd
like to be able to store the same sort of information that the Program
Database Toolkit () stores.
I'd also like opinions on the feasibility of using an DB to store even
more information so that the source code can be completely recovered from
the information in the database alone.
You might want to look at the different smalltalk systems.
Stephan