Search

July 18, 2018
Announce »
...writer
- Node.add now works with valueless nodes
- added examples as subpackages
- added a json...
June 21, 2018
Learn »
...to not being able of creating Error-Nodes from inside the interpreter.
I'd say...
June 08, 2018
Issues »
...debug a decent struct (like the tree nodes in DMD) by hovering and then unfolding...
April 25, 2018
Issues »
...root node, and then filterd in sub nodes, so I was following that rule.

I...
April 09, 2018
Learn »
...cow (copy-on-write) when modifying AST nodes in semantic() or you keep distinct trees...
April 05, 2018
Learn »
...time introspection to construct a list of nodes, and then use a CTFE function or...
April 02, 2018
Learn »
...immutable nodeCount = 10_000_000; // number of `Nodes`s to allocate

    void[] buf = GCAllocator.instance...
March 31, 2018
Learn »
...i * size + size];
        nodes [i] = emplace!Node (buf, i);
    }
    nodes [0]  .writeln;
    nodes [$-1].writeln;
}
March 31, 2018
Learn »
...StrNode.classinfo.m_init;
        nodes[i] = cast(StrNode) &backBuf[i * il];
        nodes[i].value = i...
March 30, 2018
Learn »
...massive.

I guess I should allocate my nodes using

    auto node = theAllocator.make!StrNode("alpha...
22 23 24 25 26 27 28 29 30 31 32 33
Next ›   Last »