lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


* Antonio Vieiro:

> 	self._index = self

I guess a "__" is missing here.

Note that you can then modify a.nodes, which is shared among all graph
objects.  I don't think this is what you want.  You need to create
fresh tables in the constructor.