yuansx 514baf8410 Merge pull request #3 from Abioy/master 5 gadi atpakaļ
..
pb2tarscpp ed4727a484 fix pb2tars compiler and run system error 5 gadi atpakaļ
tars2android 711a5ed70c add tarscpp files 5 gadi atpakaļ
tars2c 711a5ed70c add tarscpp files 5 gadi atpakaļ
tars2cpp db38d4af21 Remove some useless code and check array index before using it 5 gadi atpakaļ
tars2cs 711a5ed70c add tarscpp files 5 gadi atpakaļ
tars2node 711a5ed70c add tarscpp files 5 gadi atpakaļ
tars2oc 711a5ed70c add tarscpp files 5 gadi atpakaļ
tars2php 711a5ed70c add tarscpp files 5 gadi atpakaļ
tars2python 711a5ed70c add tarscpp files 5 gadi atpakaļ
tarsgrammar 8a8145e63f support parallel make 5 gadi atpakaļ
tarsparse 711a5ed70c add tarscpp files 5 gadi atpakaļ
CMakeLists.txt 711a5ed70c add tarscpp files 5 gadi atpakaļ
README.md 711a5ed70c add tarscpp files 5 gadi atpakaļ
README.zh.md 711a5ed70c add tarscpp files 5 gadi atpakaļ

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