Skip to content

b-xiang/sql_parser

 
 

Repository files navigation

sql_parser

sql parser in c++

please install the some software in thirdparty/ first, remember that install gflags first before glog

Install sql_parser:

  1. please read the README file in third_party.
  2. ./build.sh init
  3. ./configure --prefix=/your/path/to/install
  4. make
  5. make install

Uninstall sql_parser:

  1. make distclean
  2. ./build clean

parse sql:

bison -d sql.ypp flex sql.l

About

sql parser using c++

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 95.6%
  • Lex 2.4%
  • C 1.8%
  • Shell 0.2%