On Sunday, 9 October 2016 at 03:05:22 UTC, Stefan Koch wrote:
So far it can be visualized as
struct __Symbol
{
string name;
__Symbol parent;
/* MaybeLater:
__SymbolType type;
__Symbol[] members;
....
*/
}
Infinite recursion if a struct, I assume you mean class :P
