in reply to Re: Re: recursive parsing techniques
in thread recursive parsing techniques
But if your language can refer to itself...node1 subnode1 subsubnode1 ...
If the data's relations can be put into a graph that is not in the form of a tree, some recursive checks like the above can be invaluable. If it's in the form of a tree, w/ no cycles, things should be pretty safe so long as the data can be loaded into memory :)nodeA nodeB nodeC referenceToNodeA
|
|---|