Jump to page: 1 2
Thread overview
DIL v2.000 release
Sep 23, 2012
Aziz K.
Sep 23, 2012
Walter Bright
Sep 23, 2012
David Nadlinger
Sep 23, 2012
Walter Bright
Sep 24, 2012
Aziz K.
Sep 24, 2012
Bernard Helyer
Sep 24, 2012
Jacob Carlborg
Sep 24, 2012
Aziz K.
Sep 24, 2012
Jordi Sayol
Sep 24, 2012
Aziz K.
Sep 24, 2012
Salih Dincer
Sep 24, 2012
Aziz K.
Sep 25, 2012
Aziz K.
September 23, 2012
Hi!

I'm very excited to present to you the very first release of my D compiler written entirely in D2.
It's very much a work-in-progress with many unfinished features and unpolished corners.
I hope you'll find it useful, or interesting at least.

I wasn't able to test run the 64bit Linux version and the Windows version. So I apologize in advance if they blow up in your face. ;-)

I'll have time tomorrow morning to answer any questions.

Have a nice day!

Linux:
http://dl.dropbox.com/u/17101773/dil_2.000/dil_2.000_linux32.tar.xz
http://dl.dropbox.com/u/17101773/dil_2.000/dil_2.000_linux64.tar.xz

http://dl.dropbox.com/u/17101773/dil_2.000/dil2_2.000-1_i386.deb
http://dl.dropbox.com/u/17101773/dil_2.000/dil2_2.000-1_amd64.deb


Windows:
http://dl.dropbox.com/u/17101773/dil_2.000/dil_2.000_win32.7z
http://dl.dropbox.com/u/17101773/dil_2.000/dil_2.000_win32.zip

All platforms:
http://dl.dropbox.com/u/17101773/dil_2.000/dil_2.000_all.7z

-- 
My D Compiler: http://code.google.com/p/dil
September 23, 2012
On 9/23/2012 12:53 PM, Aziz K. wrote:
> I'm very excited to present to you the very first release of my D compiler
> written entirely in D2.

Very nice!

May I suggest that you put it on github?
September 23, 2012
On Sunday, 23 September 2012 at 21:21:06 UTC, Walter Bright wrote:
> May I suggest that you put it on github?

The sources actually are on GitHub already: https://github.com/azizk/dil

David

September 23, 2012
On 9/23/2012 2:24 PM, David Nadlinger wrote:
> On Sunday, 23 September 2012 at 21:21:06 UTC, Walter Bright wrote:
>> May I suggest that you put it on github?
>
> The sources actually are on GitHub already: https://github.com/azizk/dil

Great!

September 24, 2012
Congrats, Aziz! :D
September 24, 2012
On 2012-09-23 21:53, Aziz K. wrote:
> Hi!
>
> I'm very excited to present to you the very first release of my D
> compiler written entirely in D2.
> It's very much a work-in-progress with many unfinished features and
> unpolished corners.
> I hope you'll find it useful, or interesting at least.

That's great news :)

-- 
/Jacob Carlborg
September 24, 2012
So I got informed that the 64bit Linux version doesn't work at all. Sorry about that. Either I'm doing something wrong or cross-compilation isn't possible on my 32bit machine. *sigh*
September 24, 2012
Al 24/09/12 10:03, En/na Aziz K. ha escrit:
> So I got informed that the 64bit Linux version doesn't work at all. Sorry about that. Either I'm doing something wrong or cross-compilation isn't possible on my 32bit machine. *sigh*
> 

Cross-compiling is not the problem. I compiled 64-bit version of a gtkd programs with dmd 2.060 (32-bit) into 32-bit Ubuntu, and it works like a charm on a Ubuntu 64-bit.
-- 
Jordi Sayol
September 24, 2012
On 9/23/12 3:53 PM, Aziz K. wrote:
> Hi!
>
> I'm very excited to present to you the very first release of my D
> compiler written entirely in D2.
> It's very much a work-in-progress with many unfinished features and
> unpolished corners.
> I hope you'll find it useful, or interesting at least.
>
> I wasn't able to test run the 64bit Linux version and the Windows
> version. So I apologize in advance if they blow up in your face. ;-)
>
> I'll have time tomorrow morning to answer any questions.

This is very interesting. We could use some dogfooding of the compiler, not to mention using a better language.

One question - do you see it possible to link some of the existing C++ implementation with some of the D stuff? That would help migration.


Thanks,

Andrei

September 24, 2012
On Sunday, 23 September 2012 at 19:52:34 UTC, Aziz K. wrote:
> --
> My D Compiler: http://code.google.com/p/dil
Aziz tebrikler (congrat.), that's great...
« First   ‹ Prev
1 2