March 05, 2020 Learn » Nice readable code with initializer | |||
|---|---|---|---|
| |||
...In code above created tree and configured nodes. Trouble in code above is: "custom initializer... | |||
February 27, 2020 General » ES6 Parser in Dlang | |||
|---|---|---|---|
| |||
...be able to visit and rewrite AST nodes, then generate code from the AST. Ideally... | |||
February 26, 2020 Issues » [Issue 20611] New: same name of overloaded function may cause strange behavior | |||
|---|---|---|---|
| |||
...AST traversal logic for parse time AST nodes. The same code * is used for semantic... | |||
February 21, 2020 General » Fun with recursions | |||
|---|---|---|---|
| |||
...Node[] nodes; } Maybe you are interested in collecting all of the names of the nodes... | |||
February 21, 2020 General » Re: Removing libdparse dependency from DLS | |||
|---|---|---|---|
| |||
...Carlborg wrote: Oh, there are some AST nodes that don't contain any location at... | |||
February 21, 2020 General » Re: Removing libdparse dependency from DLS | |||
|---|---|---|---|
| |||
...needs to support end locations for tokens and possibly AST nodes as well. -- /Jacob Carlborg | |||
February 14, 2020 Learn » Re: rt/aaA.d Line: 553 | |||
|---|---|---|---|
| |||
...nodes and don't remove them, or you grew the AA and all deleted nodes... | |||
January 09, 2020 General » Re: nothrow by default | |||
|---|---|---|---|
| |||
...Error". Subsequent code does nothing with Error nodes. (Analogously to how floating point code deals... | |||
December 24, 2019 General » Re: Possible to avoid downcasting? | |||
|---|---|---|---|
| |||
...with a function/delegate that creates Derived nodes instead, but how to fix the return... | |||
December 24, 2019 General » Re: Possible to avoid downcasting? | |||
|---|---|---|---|
| |||
...a visitor pattern to iterate over the nodes? That's how I'd solve it... | |||
Copyright © 1999-2021 by the D Language Foundation