问题
All,
Developing a validating application for embedded sql
i'll use ansi c or c++ as developement language
Where do i get an sql grammar for lex and yacc?
回答1:
hi there is a solution in google projects yaxx:
yac file: lex file
enjoy
回答2:
There is book named "flex & bison" by John Levine (Author). in this book there is a complete chapter for sql parser. you can download this book for free here
来源:https://stackoverflow.com/questions/8656926/sql-lex-yacc-grammar