June 07, 2021 Learn » Re: is it possible to have a default property for any given class ? | |||
|---|---|---|---|
| |||
...if (ret) return ret;
}
// Now recurse child nodes
if (lhs) {
auto ret = lhs.opApply(dg... | |||
June 01, 2021 General » Re: Memory/Allocation attributes for variables | |||
|---|---|---|---|
| |||
...here is that depth would be too restrictive as it would prevent reasonable insertions nodes. | |||
May 31, 2021 General » Re: Memory/Allocation attributes for variables | |||
|---|---|---|---|
| |||
...graphs? How do you prove that none of the nodes in the graph are shared? | |||
May 28, 2021 General » Re: A rationale for more compiler exploration | |||
|---|---|---|---|
| |||
...provides methods for building detailed syntactical AST nodes, but actually builds the existing AST, then... | |||
May 27, 2021 General » Re: How can we make it easier to experiment with the compiler? | |||
|---|---|---|---|
| |||
...actually the only way to dyncast cast nodes as DMD AST is extern(C++)... But... | |||
May 26, 2021 General » Re: How can we make it easier to experiment with the compiler? | |||
|---|---|---|---|
| |||
...IRs that point back to the language nodes if needed. Then run the algorithm on... | |||
May 24, 2021 General » Re: How can we make it easier to experiment with the compiler? | |||
|---|---|---|---|
| |||
...better if its API was not AST nodes, but just values. Let the caller construct... | |||
May 24, 2021 General » Re: How can we make it easier to experiment with the compiler? | |||
|---|---|---|---|
| |||
...imports, or... 2. Moving type definitions of AST nodes into modules that _only_ contain definitions. | |||
May 24, 2021 General » Re: How can we make it easier to experiment with the compiler? | |||
|---|---|---|---|
| |||
...do semantic analysis? Which files declare AST nodes? Which files interface with the backend (and... | |||
May 23, 2021 General » Re: How can we make it easier to experiment with the compiler? | |||
|---|---|---|---|
| |||
...target abstraction need to know about AST nodes? At least half of these imports shouldn... | |||
Copyright © 1999-2021 by the D Language Foundation