Re: DCT: D compiler as a collection of libraries

2012-05-20 Thread Marco Leise
Am Sun, 20 May 2012 20:37:07 +0200 schrieb "Roman D. Boiko" : > >> > Since assembly code is usually small I just preallocate an > >> > array of sourceCode.length tokens and realloc it to the > >> > correct size when I'm done parsing. Nothing pretty, but > >> > simple and I am sure it won't get

Re: DCT: D compiler as a collection of libraries

2012-05-20 Thread Roman D. Boiko
On Sunday, 20 May 2012 at 17:42:59 UTC, Marco Leise wrote: There is one feature I remember caused some head-aches for Code::Blocks. They used a separate parser instance for every project in the IDE, which meant that all the standard include files would be parsed and kept in memory multiple time

Re: DCT: D compiler as a collection of libraries

2012-05-20 Thread Roman D. Boiko
On Sunday, 20 May 2012 at 17:42:59 UTC, Marco Leise wrote: There is one feature I remember caused some head-aches for Code::Blocks. They used a separate parser instance for every project in the IDE, which meant that all the standard include files would be parsed and kept in memory multiple time

Re: DCT: D compiler as a collection of libraries

2012-05-20 Thread Marco Leise
Am Sun, 20 May 2012 10:09:34 +0200 schrieb "Roman D. Boiko" : > Could you name a few specific concerns? Mostly my own gut feeling, that things that sound great in my head turn out to bite me in the end. Things that one just doesn't think of because of the limited horizon everyone has and probab

Re: dpj for Windows

2012-05-20 Thread dnewbie
On Sunday, 20 May 2012 at 03:53:43 UTC, Nick Sabalausky wrote: "dnewbie" wrote in message news:qufvdhexcdzabuzqr...@forum.dlang.org... dpj is a mini-ide for the D programming language. http://my.opera.com/run3/blog/2012/05/20/dpj That's a good start! Not bad. Is it written in D? It starte

Re: Adam Wilson is now a GSoC 2012 mentor!

2012-05-20 Thread Jacob Carlborg
On 2012-05-19 12:20, Paulo Pinto wrote: As someone that has experience developing Eclipse plugins, I would say that is more like a 1/4 of Eclipse or even less. :) The UI framework is very little from the complete runtime infrastructure that Eclipse offers. That's why I added the smiley :) --

Re: DCT: D compiler as a collection of libraries

2012-05-20 Thread Roman D. Boiko
On Saturday, 19 May 2012 at 20:35:10 UTC, Marco Leise wrote: Am Fri, 11 May 2012 10:01:28 +0200 schrieb "Roman D. Boiko" : There were several discussions about the need for a D compiler library. I propose my draft implementation of lexer for community review: https://github.com/roman-d-boik