Skip to content

NicoleRobin/TDR

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

数据描述工具

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 95.8%
  • C++ 2.2%
  • Yacc 1.4%
  • Other 0.6%