February 15, 2005
I know there is a lua interface file out on dsource but I thought I would post my OOP interface for Lua (www.lua.org).

I have also attached a lua.lib (version 5.02) which I have compiled using digital mars compiler. (The free one compiles it).

caveat emptor: This was hacked up in about a day and a half.  There ARE bugs... No docs yet :(

If I continue on with this I would like to use objects similar to something like Boost::any as holders for values.

I hope it is useful, it is in the public domain.
Comments, critiques welcome.

-David