gen_parser.sh 123 字节
Newer Older
羽飞's avatar
羽飞 已提交
1 2 3
#!/bin/bash
flex --outfile lex_sql.cpp --header-file=lex_sql.h lex_sql.l
`which bison` -d --output yacc_sql.cpp yacc_sql.y