On 5/3/98 2:32 PM, JWoodsIII (JWoodsIII@aol.com) stated: > >I like your idea a lot. But I have a feature idea that hopefully isn't too >difficult...what if you made it check files to see if they're the old WLD >style first? Maybe you already have this. But it would make life a lot easier >for implementors who already have a lot of zones. Who would want to go around >changing each individual room? You know? :-) Thats easy to do! The parsers as they are work on "streams"/buffers of data - i.e, char *s, rather than files. To work on a file, the file must be read in completely (or at least a single block, which isn't difficult to do - I will be providing functions to read in a block ({..}) from a file - simply modified versions of the ones used to extract a block from a stream/buffer). It would be the master-parser's job to determine which bit of info must be parsed, and how. The master-parser isn't even begun yet, but is a trivial job - I want the main parsers and parser-functions finished first. - Chris Jacobson +------------------------------------------------------------+ | Ensure that you have read the CircleMUD Mailing List FAQ: | | http://democracy.queensu.ca/~fletcher/Circle/list-faq.html | +------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 12/15/00 PST