NicoleRobin / TDR

数据描述工具

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Data Representation

TDR = DDL + Compiler

详细手册, 请点击这里 → https://github.com/randyliu/TDR/wiki

特性

  • 使用C语言编写, 不链接任何第三方库, 具有很高的可移植性。
  • 具有严谨的语法结构,使用re2cbison进行编译前端的处理。

问题和反馈

点击这里 → https://github.com/randyliu/TDR/issues

安装

详细的安装说明, 请点击这里 → https://github.com/randyliu/TDR/wiki/Installation

Linux下的安装过程如下:

git clone https://github.com/randyliu/TDR tdr
mkdir build
cd build
cmake ../tdr
make
sudo make install

About

数据描述工具


Languages

Language:C 95.7%Language:C++ 2.2%Language:Yacc 1.4%Language:CMake 0.3%Language:Makefile 0.3%