Re: D:YAML 0.1

2011-08-17 Thread Jacob Carlborg
On 2011-08-16 21:12, Kiith-Sa wrote: Jacob Carlborg wrote: On 2011-08-16 20:13, Kiith-Sa wrote: D:YAML is a YAML parser library for D. It is mostly compliant with the YAML 1.1 spec, although there are some unsupported features (e.g. recursive data structures). Currently there is only a

Re: D:YAML 0.1

2011-08-17 Thread Kiith-Sa
Jacob Carlborg wrote: On 2011-08-16 21:12, Kiith-Sa wrote: Jacob Carlborg wrote: On 2011-08-16 20:13, Kiith-Sa wrote: D:YAML is a YAML parser library for D. It is mostly compliant with the YAML 1.1 spec, although there are some unsupported features (e.g. recursive data structures).

Re: D:YAML 0.1

2011-08-17 Thread Mike Parker
On 8/17/2011 5:01 AM, Nick Sabalausky wrote: Kiith-Sa4...@theanswer.com wrote in message news:j2ec0p$al6$1...@digitalmars.com... D:YAML is a YAML parser library for D. It is mostly compliant with the YAML 1.1 spec, although there are some unsupported features (e.g. recursive data structures).

Re: D:YAML 0.1

2011-08-17 Thread Jacob Carlborg
On 2011-08-17 13:08, Kiith-Sa wrote: Jacob Carlborg wrote: Does the parser/lexer take advantage of D's slices to make it faster? In some places, yes, in some places, no. I didn't concentrate on preventing new strings from being allocated, but a lot of string data should pass through the code

etc.curl: Formal review begin

2011-08-17 Thread David Nadlinger
Now that Lars Kyllingstad's new and improved std.path has passed the vote – congratulations, Lars! –, and Jose Armando Garcia, the author of the proposed logging module, is currently not available, the etc.curl module by Jonas Drewsen is at the front of the review queue. I have volunteered to