[REBOL] annotated shared system object?
From: loe:adelard at: 6-Sep-2002 10:58
Hi Rebolers...
> Sent: Wednesday, September 04, 2002 12:30 AM
> To: [rebol-list--rebol--com]
> Subject: [REBOL] annotated shared system object?
> Is there a browsable, annotated rebol system object
> anywhere on-line?
Is there a way to dump out the system tree - just to get all the paths of the
system object. I've got some cgi scripts that could be used for annotating
(with some massaging...). and I'd like to have a go at this one...
As input, what I need is something like this:
system
system/version
system/build
system/product
system/options
system/options/home
..
system/options/cgi
system/options/cgi/server-software
system/options/cgi/server-name
..
etc
better still, can I generate this on the fly?
I tried dumping the system object directly, but I got *far* too much stuff.
regards
- Luke