kivenchen d3f5686fe4 1. ServantProxy add tars_open_trace(); 2. tars2cpp add tars_open_trace; 2 سال پیش
..
pb2tarscpp 4f26b2b41e 已修改 tools/pb2tarscpp/CppGenCallback.cpp 3 سال پیش
tars2android 6b383550a5 add unitttest 2 سال پیش
tars2c a41082bc7e fix Chinese comment encoding error 3 سال پیش
tars2case 45e8dbb142 fix encoding 3 سال پیش
tars2cpp d3f5686fe4 1. ServantProxy add tars_open_trace(); 2. tars2cpp add tars_open_trace; 2 سال پیش
tars2cs b0db8c4a2d fix tars2xxx in windows bug 4 سال پیش
tars2node 4721f4ffc3 fix tars2node bug for json_support 2 سال پیش
tars2oc b0db8c4a2d fix tars2xxx in windows bug 4 سال پیش
tars2php b0db8c4a2d fix tars2xxx in windows bug 4 سال پیش
tars2python b0db8c4a2d fix tars2xxx in windows bug 4 سال پیش
tarsgrammar 9a323b671c add OPEN_TARS_TRACE for user to open tars-trace for tars-call 2 سال پیش
tarsmerge 1dd875c6ce add tarsmerge tool, can merge tars file to one file. 3 سال پیش
tarsparse 9a323b671c add OPEN_TARS_TRACE for user to open tars-trace for tars-call 2 سال پیش
CMakeLists.txt 9109652c7c fix build error on windows 2 سال پیش
README.md ad8bae850d 1\fix tc_json bug;2\support tars2xml 4 سال پیش
README.zh.md ad8bae850d 1\fix tc_json bug;2\support tars2xml 4 سال پیش

README.md

点我查看中文版

The project is the source code of the Tars framework C++ language IDL

Code directory introduction

Directory Features
tarsgrammer Defining rules for tars lexical and grammatical analysis
tarsparse Parsing tars words and parsing source code implementation
tars2cpp Source code implementation of IDL tool for generating C++ code through tars file
tars2c Source code implementation of IDL tool for generating C code through tars file
tars2cs Source code implementation of IDL tool for generating C# code through tars file
tars2oc Source code implementation of IDL tool for generating Object-C code through tars file
tars2php Source code implementation of IDL tool for generating PHP code through tars file
tars2python Source code implementation of IDL tool for generating Python code through tars file
tars2node Source code implementation of IDL tool for generating Node.js code through tars file
tars2android Source code implementation of IDL tool for generating Android code through tars file
tars2case Generate test case for tars server
pb2tarscpp Generate protoc plugin source code for tars C++ code via proto file