[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 is widely used in web 
games. I rewrite these code because I want try the Haxe way to generate 
code.

An interesting thing is that protoc-gen-haxe can deal with Protocol Buffers 
format at both compile -time and run-time, and even compile `.proto` 
definitions into Haxe at both compile-time and run-time.

-- 
You received this message because you are subscribed to the Google Groups 
Protocol Buffers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to protobuf+unsubscr...@googlegroups.com.
To post to this group, send email to protobuf@googlegroups.com.
Visit this group at http://groups.google.com/group/protobuf.
For more options, visit https://groups.google.com/groups/opt_out.




[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写道:

 ActionScript 3.0 has no int64 type. 
 How can use int64 in ActionScript 3.0?? 
 thanks.

-- 
You received this message because you are subscribed to the Google Groups 
Protocol Buffers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to protobuf+unsubscr...@googlegroups.com.
To post to this group, send email to protobuf@googlegroups.com.
Visit this group at http://groups.google.com/group/protobuf.
For more options, visit https://groups.google.com/d/optout.