comp.lang.ada
 help / color / mirror / Atom feed
* Init file package avail?
@ 2001-11-30 21:54 Paul F. Pearson
  2001-11-30 23:14 ` Nick Roberts
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Paul F. Pearson @ 2001-11-30 21:54 UTC (permalink / raw)


Is there a package available to handle reading in from an
intialization file? Preferrably, I'd like one that handles sections
(sort of like the Windows INI file format). I started designing one,
but thought I'd make sure I'm not reinventing the wheel. I'm including
what I'd desinged. I like the capabilities, but don't require the
actual "syntax."

------ begin top-of-my-head design ----------
#comments begin with hash (UNIX style)
#for simplicity, I'd require comments to be on a seperate line
[Section 1]
field1 = value1
#note no terminator on above line

[Section 2]
#field name must only be unique within a section
field1 = value2
field2 = [Section 1, field1]
#a value can be a reference to another value. 

------ end top-of-my-head design ----------

I've even thought about having a %use [Section 1] type of syntax to
allow an entire section's fields to be "copied" into another section's
"namespace".



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2001-12-03 18:11 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-11-30 21:54 Init file package avail? Paul F. Pearson
2001-11-30 23:14 ` Nick Roberts
2001-12-01  5:37 ` DuckE
2001-12-03 17:54   ` PaulPearson
2001-12-03 15:02 ` Ted Dennison
2001-12-03 18:11   ` PaulPearson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox