Thread overview
D1 code to D2
Aug 22, 2019
jicman
Re: D1 code to D2I
Aug 22, 2019
Stefan Koch
Aug 23, 2019
jicman
August 22, 2019
Greetings!

Is there any tool out there, I searched around and didn't find any, that would take ton of D1 code and convert it to D2?  Thanks.

josé
August 22, 2019
On Thursday, 22 August 2019 at 18:10:51 UTC, jicman wrote:
> Greetings!
>
> Is there any tool out there, I searched around and didn't find any, that would take ton of D1 code and convert it to D2?  Thanks.
>
> josé

There is:

https://github.com/sociomantic-tsunami/d1to2fix

It might be please ask any question you may have in this thread.
August 23, 2019
On Thursday, 22 August 2019 at 21:05:49 UTC, Stefan Koch wrote:
> On Thursday, 22 August 2019 at 18:10:51 UTC, jicman wrote:
>> Greetings!
>>
>> Is there any tool out there, I searched around and didn't find any, that would take ton of D1 code and convert it to D2?  Thanks.
>>
>> josé
>
> There is:
>
> https://github.com/sociomantic-tsunami/d1to2fix
>
> It might be please ask any question you may have in this thread.

Thanks, Stefan.  I will look into it.

josé