On Thu, Feb 21, 2008 at 2:22 PM, Kon Lovett <[EMAIL PROTECTED]> wrote: > > could someone create a function that receives (1) a base path > > containing a checkout of the chicken-eggs svn repository, (2) a path > > to some file inside the repository and (3) a sqlite3 database with > > said table and, if the file is a Scheme file outside of the wiki, > > adds one entry to the table for each symbol defined? >
> I would use something similar to the process in the "source-xref" egg > (un-released) to find the defined symbols. It provides a Chicken > compiler 'user-post-analysis-pass'. Mirabile dictu! I didn't know that existed. Best of luck. Graham _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
