ruanshudong c76c26be51 support mysql openssl protobuf compiler in windows 4 years ago
..
pb2tarscpp c76c26be51 support mysql openssl protobuf compiler in windows 4 years ago
tars2android b0db8c4a2d fix tars2xxx in windows bug 4 years ago
tars2c b0db8c4a2d fix tars2xxx in windows bug 4 years ago
tars2cpp b0db8c4a2d fix tars2xxx in windows bug 4 years ago
tars2cs b0db8c4a2d fix tars2xxx in windows bug 4 years ago
tars2node 5c90bd38b9 compiler on windows succ 4 years ago
tars2oc b0db8c4a2d fix tars2xxx in windows bug 4 years ago
tars2php b0db8c4a2d fix tars2xxx in windows bug 4 years ago
tars2python b0db8c4a2d fix tars2xxx in windows bug 4 years ago
tarsgrammar 1b9c92c436 support all thirdparty lib compiler and install in linux 4 years ago
tarsparse eb9bcf9154 update CMakeLists.txt fix cmake 2.8 bug 4 years ago
CMakeLists.txt 1b9c92c436 support all thirdparty lib compiler and install in linux 4 years ago
README.md 711a5ed70c add tarscpp files 5 years ago
README.zh.md 711a5ed70c add tarscpp files 5 years ago

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
pb2tarscpp Generate protoc plugin source code for tars C++ code via proto file