digitalmars.D - Lua+ for D
- David Medlock <amedlock nospam.org> Feb 15 2005
Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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
Feb 15 2005








David Medlock <amedlock nospam.org>