On Tuesday, 16 August 2022 at 02:12:32 UTC, Domain wrote:
The project [Lumars](https://code.dlang.org/packages/lumars)
has released a new version 10 days ago in
[github](https://github.com/BradleyChatha/lumars). But still
unavailable in DUB.
It has problems recently, you can log a bug here:
The project [Lumars](https://code.dlang.org/packages/lumars) has
released a new version 10 days ago in
[github](https://github.com/BradleyChatha/lumars). But still
unavailable in DUB.
On Monday, 15 August 2022 at 23:38:09 UTC, Paul Backus wrote:
On Monday, 15 August 2022 at 22:55:30 UTC, TheZipCreator wrote:
[...]
It looks like the parse tree in pegged stores the start and end
byte indices of the portion of the input text it corresponds to:
https://github.com/PhilippeSig
On Monday, 15 August 2022 at 22:55:30 UTC, TheZipCreator wrote:
So I've looked at the [pegged
library](https://github.com/PhilippeSigaud/Pegged) and used it
a little bit and it seems really good. But there doesn't seem
like there's a built-in way to get line numbers of nodes in the
parse tree
So I've looked at the [pegged
library](https://github.com/PhilippeSigaud/Pegged) and used it a
little bit and it seems really good. But there doesn't seem like
there's a built-in way to get line numbers of nodes in the parse
tree (or maybe I'm missing something). This would useful because
if a
I'm learning about databases by implementing one from scratch,
and decided I'd do it in D since it has the highest-level syntax
for low-level code & seemed a natural fit.
Currently I am trying to implement the "slotted page" structure
and storage (serialization/de-serialization from binary dat
On Saturday, 13 August 2022 at 01:14:09 UTC, pascal111 wrote:
I was following instructions from this link
https://gtkdcoding.com/2019/01/11/-introduction-to-gtkDcoding.html to setup GtkD, and tried to run the example with VSCode and found these errors:
How do you start compiling in VsCode