ruanshudong 4148daf8c8 tars2cpp support double/float use TC_Common::equal, tars struct add пре 2 година
..
pb2tarscpp 4f26b2b41e 已修改 tools/pb2tarscpp/CppGenCallback.cpp пре 3 година
tars2android b0db8c4a2d fix tars2xxx in windows bug пре 4 година
tars2c a41082bc7e fix Chinese comment encoding error пре 3 година
tars2case 45e8dbb142 fix encoding пре 3 година
tars2cpp 4148daf8c8 tars2cpp support double/float use TC_Common::equal, tars struct add пре 2 година
tars2cs b0db8c4a2d fix tars2xxx in windows bug пре 4 година
tars2node d2a82d0be9 fix tc_encoder crash bug пре 3 година
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 f54d94b3c6 tc_json support enum & tars struct as map key пре 2 година
tarsmerge 1dd875c6ce add tarsmerge tool, can merge tars file to one file. пре 3 година
tarsparse f54d94b3c6 tc_json support enum & tars struct as map key пре 2 година
CMakeLists.txt 1dd875c6ce add tarsmerge tool, can merge tars file to one file. пре 3 година
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