www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - dtoh

reply Laeeth Isharc <laeeth laeeth.com> writes:
Hi Walter.

Can dtoh be open-sourced now that dmd is?


Laeeth.
Aug 06 2018
next sibling parent Seb <seb wilzba.ch> writes:
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.
Aug 06 2018
prev sibling next sibling parent reply bauss <jj_1337 live.dk> writes:
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.
Aug 07 2018
parent reply Steven Schveighoffer <schveiguy gmail.com> writes:
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
Aug 07 2018
next sibling parent bauss <jj_1337 live.dk> writes:
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!
Aug 07 2018
prev sibling parent Petar Kirov [ZombineDev] <petar.p.kirov gmail.com> writes:
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
Aug 12 2018
prev sibling parent Jacob Carlborg <doob me.com> writes:
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
Aug 11 2018