SQL lex yacc grammar

拟墨画扇 提交于 2019-12-17 18:44:09

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!