Thread overview
LLVM Kaleidoscope tutorial to D
Jul 08, 2012
Michaël Larouche
Jul 08, 2012
Jens Mueller
Jul 08, 2012
Michaël Larouche
Jul 08, 2012
Jens Mueller
Jul 08, 2012
deadalnix
Jul 09, 2012
Bernard Helyer
July 08, 2012
Hey folks !

I ported the LLVM Kaleidoscope to D if anyone is interessed.

https://github.com/mlarouche/llvm-d-tutorial
July 08, 2012
=?UTF-8?B?Ik1pY2hhw6ts?=.Larouche" <michael.larouche@gmail.com>"@puremagic.com wrote:
> Hey folks !
> 
> I ported the LLVM Kaleidoscope to D if anyone is interessed.
> 
> https://github.com/mlarouche/llvm-d-tutorial

Nice.
I see that you converted LLVM's C interface to D. Can you propose this
to Deimos (https://github.com/D-Programming-Deimos)? Then others can use
it as well.
BTW is the process of converting header files to D for Deimos somewhere
summarized? http://prowiki.org/wiki4d/wiki.cgi?LanguageDevel/DIPs/DIP12
seems the only resource that guides it but difficult to find and
probably not answering all questions. It is possible to add a more
elaborate description to the github page?

Jens
July 08, 2012
On Sunday, 8 July 2012 at 14:32:19 UTC, Jens Mueller wrote:
> =?UTF-8?B?Ik1pY2hhw6ts?=.Larouche" <michael.larouche@gmail.com>"@puremagic.com wrote:
>> Hey folks !
>> 
>> I ported the LLVM Kaleidoscope to D if anyone is interessed.
>> 
>> https://github.com/mlarouche/llvm-d-tutorial
>
> Nice.
> I see that you converted LLVM's C interface to D. Can you propose this
> to Deimos (https://github.com/D-Programming-Deimos)? Then others can use
> it as well.
> BTW is the process of converting header files to D for Deimos somewhere
> summarized? http://prowiki.org/wiki4d/wiki.cgi?LanguageDevel/DIPs/DIP12
> seems the only resource that guides it but difficult to find and
> probably not answering all questions. It is possible to add a more
> elaborate description to the github page?
>
> Jens

I used bindings from here: http://dsource.org/projects/bindings/browser/trunk/llvm-3.0 but I agree they should be moved to Deimos
July 08, 2012
=?UTF-8?B?Ik1pY2hhw6ts?=.Larouche" <michael.larouche@gmail.com>"@puremagic.com wrote:
> On Sunday, 8 July 2012 at 14:32:19 UTC, Jens Mueller wrote:
> >=?UTF-8?B?Ik1pY2hhw6ts?=.Larouche" <michael.larouche@gmail.com>"@puremagic.com wrote:
> >>Hey folks !
> >>
> >>I ported the LLVM Kaleidoscope to D if anyone is interessed.
> >>
> >>https://github.com/mlarouche/llvm-d-tutorial
> >
> >Nice.
> >I see that you converted LLVM's C interface to D. Can you propose
> >this
> >to Deimos (https://github.com/D-Programming-Deimos)? Then others
> >can use
> >it as well.
> >BTW is the process of converting header files to D for Deimos
> >somewhere
> >summarized?
> >http://prowiki.org/wiki4d/wiki.cgi?LanguageDevel/DIPs/DIP12
> >seems the only resource that guides it but difficult to find and
> >probably not answering all questions. It is possible to add a more
> >elaborate description to the github page?
> >
> >Jens
> 
> I used bindings from here: http://dsource.org/projects/bindings/browser/trunk/llvm-3.0 but I agree they should be moved to Deimos

I see.

Jens
July 08, 2012
On 08/07/2012 15:48, "Michaël Larouche" <michael.larouche@gmail.com>" wrote:
> Hey folks !
>
> I ported the LLVM Kaleidoscope to D if anyone is interessed.
>
> https://github.com/mlarouche/llvm-d-tutorial

I love you !
July 09, 2012
On Sunday, 8 July 2012 at 13:48:36 UTC, Michaël Larouche wrote:
> Hey folks !
>
> I ported the LLVM Kaleidoscope to D if anyone is interessed.
>
> https://github.com/mlarouche/llvm-d-tutorial

Man, this would have been like gold dust when I started fucking around with LLVM. Nice work. :D