digitalmars.D.learn - any html parser with d binding
- reimi gibbons (4/4) May 20 2009 i have 2 question here:
- BCS (5/9) May 20 2009 IIRC ANTLR can generate D
- BCS (2/18) May 20 2009 Oops, I missed the HTML bit :I
- Christopher Wright (3/11) May 21 2009 The last supported version was 2.7.something. It depends on phobos,
- Robert Fraser (3/4) May 20 2009 C? Very reliable (unless it uses weird compiler directives). C++ is a
- Frank Benoit (6/11) May 21 2009 Last time I used BCD, it had no support for bitfields and generated
i have 2 question here: 1) can anyone suggest good html parser with d binding? 2) how reliable is bcd to create binding for c libraries? thanks.
May 20 2009
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/browser/trunk/enki Other than that, I don't know of any
May 20 2009
Hello BCS,Hello reimi,Oops, I missed the HTML bit :Ii 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/browser/trunk/enki Other than that, I don't know of any
May 20 2009
BCS wrote:Hello reimi,The last supported version was 2.7.something. It depends on phobos, possibly a rather old version of it (I don't know).i have 2 question here: 1) can anyone suggest good html parser with d binding?IIRC ANTLR can generate D
May 21 2009
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.
May 20 2009
Robert Fraser schrieb:reimi gibbons wrote:Last time I used BCD, it had no support for bitfields and generated struct definition that do not match in size with their original. So in general when doing C bindings, i do a check of struct sizes by writing a C and a D program outputting the sizes and compare the outputs with kdiff3 for manual tweaking the structs in D.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.
May 21 2009