amorlzu / pugixml

Automatically exported from code.google.com/p/pugixml
0 stars 0 forks source link

Lua binding #181

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Here's a proposal for a lua binding: https://github.com/d-led/pugilua

It could be useful for testing xpath queries and processing xml in lua in 
general.

Original issue reported on code.google.com by d.ledent...@gmail.com on 3 Oct 2012 at 9:39

GoogleCodeExporter commented 9 years ago
I strongly feel that the right model here is to have Lua bindings be separate.

pugixml has relatively large API surface area and strict portability 
requirements; Lua bindings do not only depend on Lua, but bring in another 
dependency - LuaBridge.

All of this means that it's hard for me to maintain these bindings; also, most 
users of pugixml do not care about Lua or Lua bindings.

Original comment by arseny.k...@gmail.com on 25 Aug 2014 at 5:29

GoogleCodeExporter commented 9 years ago
I agree with you now. I've restructured the project some while ago, which 
reflects the same design decision: the bindings are a separate library that 
depends on pugixml.

Original comment by d.ledent...@gmail.com on 25 Aug 2014 at 6:02