Search

March 05, 2020
Learn »
...In code above created tree and configured nodes.

Trouble in code above is: "custom initializer...
February 27, 2020
General »
...be able to visit and rewrite AST nodes, then generate code from the AST. Ideally...
February 26, 2020
Issues »
...AST traversal logic for parse time AST nodes. The
same code
 * is used for semantic...
February 21, 2020
General »
...Node[] nodes;
}

Maybe you are interested in collecting all of the names of the nodes...
February 21, 2020
General »
...Carlborg wrote:

Oh, there are some AST nodes that don't contain any location at...
February 21, 2020
General »
...needs to support end locations for tokens and possibly AST nodes as well.

-- 
/Jacob Carlborg
February 14, 2020
Learn »
...nodes and don't remove them, or you grew the AA and all deleted nodes...
January 09, 2020
General »
...Error". Subsequent code does nothing with Error nodes.

(Analogously to how floating point code deals...
December 24, 2019
General »
...with a function/delegate that creates Derived nodes instead, but how to fix the return...
December 24, 2019
General »
...a visitor pattern to iterate over the nodes? That's how I'd solve it...
12 13 14 15 16 17 18 19 20 21 22 23
Next ›   Last »