|
From: Johnny F. <chr...@fn...> - 2000-08-28 20:04:57
|
-------------------
>
> > 2. The file sinclair was not correctly parsed because it contains
lines
more
> > than 512 characters long
>
> Ah tht's easy to fix ;-) I am thinking of redoing the input parser
to
eliminate
> all line length restrictions.
>
> > 3. Now, it correctly deals with nodes which have several Successor
to fields
>
> Oooh, did not think of that? How is that handled, where do we keep
the links?
> Presumably should handle multiples of any of the link fields.
Once again, sorry if I didn't post the updated parser.`
I just slightly modified your approach to the links : instead of using
a void
pointer which is used as char * or struct Node *, I created a linked
list of
such void pointers and after fighting with a few segfaults, it worked.
>
> > Now that we have a working C parser, we can easily convert our
database to
> > an sql database and allow people to consult our database using
php.
If you
> > want such an access, I can do it but not before mid september
>
> Indeed...
>
> > Next week, I'll be away so I won't be able to do any work for the
project.
> > At least, I'll try to check my mails regularly.
>
> Have a good holiday (I presume).
Unfortunately, no, I work.
>
> -- Hans
>
> _______________________________________________
> Comp-hist-devel mailing list
> Com...@li...
> http://lists.sourceforge.net/mailman/listinfo/comp-hist-devel
>
|