Skip to content

aressky/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

特性

编译器使用re2c生成词法分析代码, bison生成语法分析代码。 
使用C语言编写, 具有很高的可移植性, 支持Windows, Linux, Unix(Mac OSX)平台。

问题和反馈

点击这里 → 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