Re: A new Tree-Sitter Grammar for D

2022-10-27 Thread Imperatorn via Digitalmars-d-announce
On Monday, 17 October 2022 at 05:21:10 UTC, Garrett D'Amore wrote: I'm happy to announce that I've created what I believe is a complete, or at least very nearly so, Tree-Sitter grammar for D. [...] Nice project! Good work

Re: A new Tree-Sitter Grammar for D

2022-10-27 Thread Imperatorn via Digitalmars-d-announce
On Thursday, 27 October 2022 at 07:37:41 UTC, Jack Applegame wrote: On Monday, 17 October 2022 at 05:21:10 UTC, Garrett D'Amore wrote: I'm happy to announce that I've created what I believe is a complete, or at least very nearly so, Tree-Sitter grammar for D. You can find it at

Re: A new Tree-Sitter Grammar for D

2022-10-27 Thread Jack Applegame via Digitalmars-d-announce
On Monday, 17 October 2022 at 05:21:10 UTC, Garrett D'Amore wrote: I'm happy to announce that I've created what I believe is a complete, or at least very nearly so, Tree-Sitter grammar for D. You can find it at https://github.com/gdamore/tree-sitter-d What do you think? If I don't want to

Re: A new Tree-Sitter Grammar for D

2022-10-17 Thread user1234 via Digitalmars-d-announce
On Monday, 17 October 2022 at 06:24:08 UTC, Vladimir Panteleev wrote: On Monday, 17 October 2022 at 05:21:10 UTC, Garrett D'Amore wrote: I'm happy to announce that I've created what I believe is a complete, or at least very nearly so, Tree-Sitter grammar for D. You can find it at

Re: A new Tree-Sitter Grammar for D

2022-10-17 Thread rassoc via Digitalmars-d-announce
On 10/17/22 07:21, Garrett D'Amore via Digitalmars-d-announce wrote: I'm happy to announce that I've created what I believe is a complete, or at least very nearly so, Tree-Sitter grammar for D. Woot, thank you for your work on that front!

Re: A new Tree-Sitter Grammar for D

2022-10-17 Thread Vladimir Panteleev via Digitalmars-d-announce
On Monday, 17 October 2022 at 05:21:10 UTC, Garrett D'Amore wrote: I'm happy to announce that I've created what I believe is a complete, or at least very nearly so, Tree-Sitter grammar for D. You can find it at https://github.com/gdamore/tree-sitter-d Congratulations! Linking to a response

Re: A new Tree-Sitter Grammar for D

2022-10-16 Thread Tejas via Digitalmars-d-announce
On Monday, 17 October 2022 at 05:21:10 UTC, Garrett D'Amore wrote: I will probably see if this can be adopted into either the Tree Sitter or DLang community projects -- I'm not sure which is the better location. If you have thoughts please don't hesitate to let me know. I'm quite sure that

A new Tree-Sitter Grammar for D

2022-10-16 Thread Garrett D'Amore via Digitalmars-d-announce
I'm happy to announce that I've created what I believe is a complete, or at least very nearly so, Tree-Sitter grammar for D. You can find it at https://github.com/gdamore/tree-sitter-d Tree-Sitter is a tool that enables dynamic AST generation for a variety of purposes, and is becoming quite