October 08, 2020 General » Mihaela Chirea - Improving DMD as a Library - SAOC 2020 Project Updates | |||
|---|---|---|---|
| |||
...one - Add the start location to the nodes that lack this information [1]: https://forum... | |||
October 03, 2020 Learn » Re: Getting Field Names of a specific UDA in compile time. | |||
|---|---|---|---|
| |||
...head4;
alias Nodes = getSymbolsByUDA!(typeof(this), "NODES");
enum NodeNames = getSymbolNamesByUDA!(typeof(this), "NODES");
}
void main... | |||
October 03, 2020 Learn » Getting Field Names of a specific UDA in compile time. | |||
|---|---|---|---|
| |||
...std.traits, std.meta; alias Nodes = getSymbolsByUDA!(typeof(this), "NODES"); enum NodeNames = ["gem1", "gem2", ....]; } Is... | |||
October 03, 2020 General » Re: Where to make AST -> AST backend for DMD? | |||
|---|---|---|---|
| |||
...before inlining. Inheriting from D's AST nodes might be difficult. You want to use... | |||
October 02, 2020 General » Where to make AST -> AST backend for DMD? | |||
|---|---|---|---|
| |||
...AST nodes with the target language's AST nodes, where the target language's nodes... | |||
September 30, 2020 General » Mihaela Chirea - SAOC 2020 Milestone 1 Week 2 - Improving DMD as a Library | |||
|---|---|---|---|
| |||
...the missing location information to the AST nodes. Here you can find last week's... | |||
September 24, 2020 General » Mihaela Chirea - SAOC 2020 Milestone 1 Week 1 - Improving DMD as a Library | |||
|---|---|---|---|
| |||
...adding start and end locations for AST nodes. The initial list of milestones can be... | |||
September 24, 2020 Learn » Re: How can I test at compile time whether T is an instance of an interface ? | |||
|---|---|---|---|
| |||
...instantiated (recursive), and the start and end nodes must be different types (and you can... | |||
September 23, 2020 Learn » Re: How can I test at compile time whether T is an instance of an interface ? | |||
|---|---|---|---|
| |||
...to next, then any number of Middle nodes with previous and next links, and an... | |||
September 22, 2020 General » Re: Rant time? Rant time. | |||
|---|---|---|---|
| |||
...and the compiler can prove that all nodes in a graph is only comping from... | |||
Copyright © 1999-2021 by the D Language Foundation