Thread overview
dtoh
Aug 06, 2018
Laeeth Isharc
Aug 06, 2018
Seb
Aug 07, 2018
bauss
Aug 07, 2018
bauss
Aug 11, 2018
Jacob Carlborg
August 06, 2018
Hi Walter.

Can dtoh be open-sourced now that dmd is?


Laeeth.
August 06, 2018
On Monday, 6 August 2018 at 13:28:05 UTC, Laeeth Isharc wrote:
> Hi Walter.
>
> Can dtoh be open-sourced now that dmd is?
>
>
> Laeeth.

Better write Walter a direct mail. He doesn't check the learn NG very often.
August 07, 2018
On Monday, 6 August 2018 at 13:28:05 UTC, Laeeth Isharc wrote:
> Hi Walter.
>
> Can dtoh be open-sourced now that dmd is?
>
>
> Laeeth.

https://github.com/adamdruppe/dtoh

I might be confused, but it seems like it is there.
August 07, 2018
On 8/7/18 6:08 AM, bauss wrote:
> On Monday, 6 August 2018 at 13:28:05 UTC, Laeeth Isharc wrote:
>> Hi Walter.
>>
>> Can dtoh be open-sourced now that dmd is?
>>
>>
> 
> https://github.com/adamdruppe/dtoh
> 
> I might be confused, but it seems like it is there.

I think he meant htod: https://dlang.org/htod.html

Which I believe uses some of the dmc source.

-Steve
August 07, 2018
On Tuesday, 7 August 2018 at 12:46:31 UTC, Steven Schveighoffer wrote:
> On 8/7/18 6:08 AM, bauss wrote:
>> On Monday, 6 August 2018 at 13:28:05 UTC, Laeeth Isharc wrote:
>>> Hi Walter.
>>>
>>> Can dtoh be open-sourced now that dmd is?
>>>
>>>
>> 
>> https://github.com/adamdruppe/dtoh
>> 
>> I might be confused, but it seems like it is there.
>
> I think he meant htod: https://dlang.org/htod.html
>
> Which I believe uses some of the dmc source.
>
> -Steve

Yes, that makes more sense!
August 11, 2018
On 2018-08-06 15:28, Laeeth Isharc wrote:
> Hi Walter.
>
> Can dtoh be open-sourced now that dmd is?

If you mean htod, I would instead recommend DStep [1] or dpp [2]. Both of them are using libclang for parsing C/C++ code. DStep is cross-platform.

[1] http://github.com/jacob-carlborg/dstep
[2] https://github.com/atilaneves/dpp

-- 
/Jacob Carlborg
August 12, 2018
On Tuesday, 7 August 2018 at 12:46:31 UTC, Steven Schveighoffer wrote:
> On 8/7/18 6:08 AM, bauss wrote:
>> On Monday, 6 August 2018 at 13:28:05 UTC, Laeeth Isharc wrote:
>>> Hi Walter.
>>>
>>> Can dtoh be open-sourced now that dmd is?
>>>
>>>
>> 
>> https://github.com/adamdruppe/dtoh
>> 
>> I might be confused, but it seems like it is there.
>
> I think he meant htod: https://dlang.org/htod.html
>
> Which I believe uses some of the dmc source.
>
> -Steve

For the record, I think this is the source code for htod:
https://github.com/DigitalMars/Compiler/blob/master/dm/src/dmc/htod.d