1. 首页
  2. 数据库
  3. 其它
  4. 使用Bison (Yacc)和Flex的现代SQL解析器 源码

使用Bison (Yacc)和Flex的现代SQL解析器 源码

上传者: 2021-01-31 01:59:09上传 ZIP文件 28.02KB 热度 11次
sqlfun An SQL parser, generated from Bison (Yacc) and Flex (Lex). Original version - most of the work - comes from John Levine's Flex & Bison book published by O'Reilley. Example usage: $ echo "SELECT a.name,b.address FROM people ORDER BY name;" | ./sql Requirements GNU Flex GNU bison GNU autotools
用户评论