Discussion: facade for Maps and Lists?
facade for Maps and Lists?
Daniel LeuckWed May 17 15:12:06 HST 2006
- Previous message: facade for Maps and Lists?
- Next message: facade for Maps and Lists?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ top page ]
Hi Seth,
Yes. Its in the SDL standard download.
List stuff = SDL.list("23 true 05:23:24 `hello` 34.12bd");
Map map = SDL.map("name=`Jose` height=1.8 smoker=false");
Dan
> -----Original Message-----
> From: Seth Ladd [mailto:sethladd at gmail.com]
> Sent: Wednesday, May 17, 2006 9:58 AM
> To: sdl-developers at ikayzo.org
> Subject: facade for Maps and Lists?
>
> Hello,
>
> Just began my SDL journey as I couldn't find a good YAML parser for
> Java. :)
>
> One thing I like about the YAML parser is that it builds Maps and
> Lists. Has anyone created a facade for the SDL's Tag classes that
> exposes simply Maps and Lists?
>
> I'm looking for something like:
>
> Map config = (Map) CollectionsFacade.parseSDL("foo.sdl");
>
> Before I go create this, I was hoping that this was already done in
> some fashion.
>
> Thanks!
> Seth
- Previous message: facade for Maps and Lists?
- Next message: facade for Maps and Lists?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ top page ]










