TarsCloud_TarsCpp/tools
ruanshudong 7528cc7e92
Merge pull request #11 from XT-W/master
feature:增加对泛型的支持,同时修复了一个对字典内元素进行“include”的bug
2019-12-13 18:56:29 +08:00
..
pb2tarscpp fix pb2tars compiler and run system error 2018-10-02 19:54:10 -04:00
tars2android add tarscpp files 2018-09-05 11:26:21 +08:00
tars2c add tarscpp files 2018-09-05 11:26:21 +08:00
tars2cpp support simple json tars2json 2019-11-30 20:01:04 +08:00
tars2cs add tarscpp files 2018-09-05 11:26:21 +08:00
tars2node add tarscpp files 2018-09-05 11:26:21 +08:00
tars2oc feature:增加对泛型的支持,同时修复了一个对字典内元素进行“include”的bug 2018-12-18 20:05:41 +08:00
tars2php add tarscpp files 2018-09-05 11:26:21 +08:00
tars2python add tarscpp files 2018-09-05 11:26:21 +08:00
tarsgrammar support parallel make 2018-12-09 08:14:42 +00:00
tarsparse add tarscpp files 2018-09-05 11:26:21 +08:00
CMakeLists.txt add tarscpp files 2018-09-05 11:26:21 +08:00
README.md add tarscpp files 2018-09-05 11:26:21 +08:00
README.zh.md add tarscpp files 2018-09-05 11:26:21 +08:00

点我查看中文版

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