From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,47bc849aad30d586 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-05-31 09:42:56 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed1.uni2.dk!uio.no!ntnu.no!not-for-mail From: Preben Randhol Newsgroups: comp.lang.ada Subject: Re: A standard package for config files is needed Date: Fri, 31 May 2002 16:42:56 +0000 (UTC) Organization: Norwegian university of science and technology Message-ID: References: <39ee2480.0205282322.3bbd4673@posting.google.com> <4519e058.0205291105.31656da1@posting.google.com> <3CF5D9A6.7C50A70D@cs.tu-berlin.de> NNTP-Posting-Host: kiuk0156.chembio.ntnu.no X-Trace: tyfon.itea.ntnu.no 1022863376 29132 129.241.83.82 (31 May 2002 16:42:56 GMT) X-Complaints-To: usenet@itea.ntnu.no NNTP-Posting-Date: Fri, 31 May 2002 16:42:56 +0000 (UTC) User-Agent: slrn/0.9.7.4 (Linux) Xref: archiver1.google.com comp.lang.ada:25097 Date: 2002-05-31T16:42:56+00:00 List-Id: On Thu, 30 May 2002 09:49:58 +0200, Volkert Barr wrote: > > Flat should be ok, but why not an hierachical structure: ([Scope], Key, > Value) > As in Ada the level should be seperated by dots (.). > This kind of structure is very easy to parse. Yes, I agree.