Thanks! I've added your implementation to the wiki (along with the other Lua
implementation, which didn't seem to be on the list)

On Sun, Sep 5, 2010 at 9:47 PM, Gregory Szorc <gregory.sz...@gmail.com>wrote:

>  Oops! I didn't mean to claim my project marked the arrival of protocol
> buffers to Lua. There is a prior Lua implementation at
> http://code.google.com/p/protoc-gen-lua/. The major difference is most of
> that one is implemented in Lua (only the low-level packing/unpacking is in
> C) and mine is completely done in C/C++.
>
> Sorry for the follow-up spam, but I wanted to correct the false assertion
> in my previous post.
>
> Greg
>
>  *From:* Gregory Szorc <gregory.sz...@gmail.com>
> *Sent:* Sunday, September 05, 2010 9:30 PM
> *To:* protobuf@googlegroups.com
> *Subject:* Announcing Lua Support
>
> I'm pleased to announce the arrival of protocol buffers to Lua!
>
> The project lives at http://github.com/indygreg/lua-protobuf .
> Documentation can be found on the wiki there.
>
> The plugin generates C++ code that interfaces with both the C++ code
> generated by protoc and the "official" Lua C API. So, support is limited to
> Lua implementations that conform to that API (official distribution on
> lua.org, LuaJIT, possibly others).
>
> There are a number of features still absent and some known bugs and issues
> (see the wiki). But, it is generally usable and has many of the features
> you'd expect, so releasing I am. In the days ahead, I hope to spend time on
> a test suite as well as exposing more of the C++ API to Lua.
>
> Comments, feedback, and suggestions (especially on how to deal with the
> lua_Number conversion problem) are very welcome.
>
> Gregory Szorc
> gregory.sz...@gmail.com
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Protocol Buffers" group.
> To post to this group, send email to proto...@googlegroups.com.
> To unsubscribe from this group, send email to
> protobuf+unsubscr...@googlegroups.com<protobuf%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/protobuf?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To post to this group, send email to proto...@googlegroups.com.
To unsubscribe from this group, send email to 
protobuf+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/protobuf?hl=en.

Reply via email to