ruanshudong d2a82d0be9 fix tc_encoder crash bug 3 年之前
..
pb2tarscpp c76c26be51 support mysql openssl protobuf compiler in windows 4 年之前
tars2android b0db8c4a2d fix tars2xxx in windows bug 4 年之前
tars2c b0db8c4a2d fix tars2xxx in windows bug 4 年之前
tars2case 07935b3997 fix tar2case bug 4 年之前
tars2cpp 889b3e4847 tars2cpp remote routerkey support 4 年之前
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 d2a82d0be9 fix tc_encoder crash bug 3 年之前
tarsmerge 1dd875c6ce add tarsmerge tool, can merge tars file to one file. 3 年之前
tarsparse d2a82d0be9 fix tc_encoder crash bug 3 年之前
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