Thread overview
D Grammar Parser In D
Feb 19, 2016
Patience
Feb 19, 2016
Adam D. Ruppe
Feb 19, 2016
Patience
Feb 20, 2016
cym13
February 19, 2016
Is there anything in D like

https://irony.codeplex.com/


February 19, 2016
On Friday, 19 February 2016 at 22:29:32 UTC, Patience wrote:
> Is there anything in D like
>
> https://irony.codeplex.com/

https://github.com/Hackerpilot/libdparse/
February 19, 2016
On Friday, 19 February 2016 at 22:34:22 UTC, Adam D. Ruppe wrote:
> On Friday, 19 February 2016 at 22:29:32 UTC, Patience wrote:
>> Is there anything in D like
>>
>> https://irony.codeplex.com/
>
> https://github.com/Hackerpilot/libdparse/

I don't want to parse d code. I want a generic parser that is written in D like how irony is written in C#.

February 20, 2016
On Friday, 19 February 2016 at 23:09:11 UTC, Patience wrote:
> On Friday, 19 February 2016 at 22:34:22 UTC, Adam D. Ruppe wrote:
>> On Friday, 19 February 2016 at 22:29:32 UTC, Patience wrote:
>>> Is there anything in D like
>>>
>>> https://irony.codeplex.com/
>>
>> https://github.com/Hackerpilot/libdparse/
>
> I don't want to parse d code. I want a generic parser that is written in D like how irony is written in C#.

Pegged maybe? https://github.com/PhilippeSigaud/Pegged