Re: D port of dmd: Lexer, Parser, AND CodeGenerator fully operational

2012-03-07 Thread dolive
Zach the Mystic Wrote:

 Check it out:
 https://github.com/zachthemystic/ddmd-clean/
 
 This program is an adaptation of the work done by the ddmd team:
 http://www.dsource.org/projects/ddmd
 
 I described most of it in the README. I hope it runs smoothly for 
 you. I only ran it on MAC OSX, and I don't know much about github 
 or about how to get things running smoothly for others.
 
 Don't expect miracles. The parser is NOT up to date, e.g. = with 
 the lastest lambda syntax.
 
 I'll gladly put a license on it if the leaders of the community 
 tell me which one to use ( Artistic, libpng, Boost ).
 
 Onward and upward to IDE functionality!
 
 Zach


Great work !


Ask a few questions :
Is there documentation?  can it parse dmd c source file ? ( Auto- complete 
feature of the ide will involve dmd c source file ? )

thank's

Dolive


Re: New homepage design of d-p-l.org is now live. eom

2011-12-06 Thread dolive
Andrei Alexandrescu Wrote:

 http://d-p-l.org
 
 Andrei
http://www.d-programming-language.org/phobos/index.html
Google translation tool bar is missing



Re: dcollections 2.0c released

2010-10-06 Thread dolive
Steven Schveighoffer дµ½:

 
 Deque type added, and I've gotten rid of the out parameters for length  
 changes (this is now handled by a new function trackLength).
 
 See full changelog here:  
 http://www.dsource.org/projects/dcollections/wiki/ChangeLog
 
 -Steve

thank's