www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - Lua for D

reply clayasaurus <clayasaurus gmail.com> writes:
D bindings for lua here --> 
http://svn.dsource.org/svn/projects/bindings/trunk/lua/

www.lua.org

The functions should all work, along with most of the macros. I left the 
original macro defines inside the code.

I'm just learning it and havn't tested it extensively, but anyone can 
fix things since the bindings project is publicly accessable.

Also, I've only tested/compiled on linux, so I forgot to add 
extern(Windows).

- clayasaurus
Mar 26 2005
next sibling parent clayasaurus <clayasaurus gmail.com> writes:
clayasaurus wrote:
 D bindings for lua here --> 
 http://svn.dsource.org/svn/projects/bindings/trunk/lua/
 
 www.lua.org
 
 The functions should all work, along with most of the macros. I left the 
 original macro defines inside the code.
 
 I'm just learning it and havn't tested it extensively, but anyone can 
 fix things since the bindings project is publicly accessable.
 
 Also, I've only tested/compiled on linux, so I forgot to add 
 extern(Windows).
 
 - clayasaurus
i've derelictized it check out the derelict forums on dsource.org http://www.dsource.org/forums/viewtopic.php?t=710
Apr 08 2005
prev sibling parent Jeremy Cowgar <jeremy __no__spAM__cowgar.com> writes:
clayasaurus wrote:
 D bindings for lua here --> 
 http://svn.dsource.org/svn/projects/bindings/trunk/lua/
 
 www.lua.org
 
 The functions should all work, along with most of the macros. I left the 
 original macro defines inside the code.
 
 I'm just learning it and havn't tested it extensively, but anyone can 
 fix things since the bindings project is publicly accessable.
 
 Also, I've only tested/compiled on linux, so I forgot to add 
 extern(Windows).
 
 - clayasaurus
Thanks! I really appriciate this binding. Jeremy
Apr 12 2005