[protobuf] A new Protocol Buffers implementation in Haxe

2013-08-04 Thread
Hi everyone. I just implement *protoc-gen-haxe*(https://github.com/Atry/protoc-gen-haxe), which contains a Protocol Buffers compiler and some run-time libraries for Haxe language(http://www.haxe.org/). I am also the author of protoc-gen-as3( https://code.google.com/p/protoc-gen-as3/), which

[protobuf] Re: AS3 with INT64

2015-06-18 Thread
protoc-gen-as3 https://github.com/Atry/protoc-gen-as3 support int64. See https://github.com/Atry/protoc-gen-as3/blob/master/as3/com/netease/protobuf/Int64.as and https://github.com/Atry/protoc-gen-as3/blob/master/as3/com/netease/protobuf/UInt64.as 在 2011年10月6日星期四 UTC+8下午8:56:47,hsl4125写道: