ruanshudong b2c241c679 tarscpp 增加注释输出 преди 10 месеца
..
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 b2c241c679 tarscpp 增加注释输出 преди 10 месеца
tars2cs b0db8c4a2d fix tars2xxx in windows bug преди 4 години
tars2node 46237e7493 fix tars2node to avoid warning преди 1 година
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 019b0c914c feat: tc_http dorequest support https преди 1 година
tarsmerge 7a500d45e3 fix: 多层嵌套tars文件,当第二次移除同一元素时会崩溃 orderFileNames.erase(it->second); преди 1 година
tarsparse 300347852a please notice!!!! default value of bool in tars struct set to false преди 11 месеца
CMakeLists.txt d0eb946e57 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