Re: any html parser with d binding

2009-05-21 Thread Christopher Wright
BCS wrote: Hello reimi, i have 2 question here: 1) can anyone suggest good html parser with d binding? IIRC ANTLR can generate D The last supported version was 2.7.something. It depends on phobos, possibly a rather old version of it (I don't know).

Re: any html parser with d binding

2009-05-21 Thread Frank Benoit
Robert Fraser schrieb: > reimi gibbons wrote: >> 2) how reliable is bcd to create binding for c libraries? > > C? Very reliable (unless it uses weird compiler directives). C++ is a > bit trickier. Last time I used BCD, it had no support for bitfields and generated struct definition that do not ma

Re: any html parser with d binding

2009-05-20 Thread BCS
Hello BCS, Hello reimi, i have 2 question here: 1) can anyone suggest good html parser with d binding? IIRC ANTLR can generate D If you dons't mind long compiles there is my dparse: http://www.dsource.org/projects/scrapple/browser/trunk/dparser And there is Enki: http://www.dsource.org/pr

Re: any html parser with d binding

2009-05-20 Thread Robert Fraser
reimi gibbons wrote: 2) how reliable is bcd to create binding for c libraries? C? Very reliable (unless it uses weird compiler directives). C++ is a bit trickier.

Re: any html parser with d binding

2009-05-20 Thread BCS
Hello reimi, i have 2 question here: 1) can anyone suggest good html parser with d binding? IIRC ANTLR can generate D If you dons't mind long compiles there is my dparse: http://www.dsource.org/projects/scrapple/browser/trunk/dparser And there is Enki: http://www.dsource.org/projects/ddl/