分布式系统

SQL解析器

2011年5月25日 阅读(837)

SQL解析

http://www.cnblogs.com/RicCC/archive/2008/03/09/OQL-ANTLR-SQL-Parser.html ANTLR实现的SQL解析器 – OQL

http://packages.python.org/sqlparse/ python sqlparser

http://www.cppblog.com/woaidongmao/archive/2008/11/22/67588.aspx 用Lex和Yacc做一个简单的SQL解释器
http://foja.dcs.fmph.uniba.sk/kompilatory/docs/compiler.pdf Compiler Construction using Flex and Bison

http://my.safaribooksonline.com/book/programming/flex/9780596805418/parsing-sql/i_sect14_d1e6880#X2ludGVybmFsX0ZsYXNoUmVhZGVyP3htbGlkPTk3ODA1OTY4MDU0MTgvSV9zZWN0MTRfZDFlNTUyMg==

flex & bison:Parsing SQL

http://navarra.ca/?p=538  Comparing some Python parsing modules

http://pyparsing.wikispaces.com/Examples pyparsing
http://www.sqlite.org/lang_select.html SQL As Understood By SQLite

表达式解析引擎

http://code.google.com/p/lite/wiki/JSELOperator JSELOperator

http://code.google.com/p/ik-expression/downloads/list ik-expression

http://flee.codeplex.com/ c#表达式解析

http://www.arstdesign.com/articles/expression_evaluation.html An expression evaluator
http://www.codeguru.com/cpp/cpp/cpp_mfc/parsing/article.php/c843 expression evaluation

http://www.oratea.net/?cat=7&paged=2

Lex&Yacc

http://blog.csdn.net/pandaxcl/category/188988.aspx Lex和Yacc从入门到精通

http://ryan1987.blogbus.com/logs/62034555.html Flex和Bison的C++解决方案

http://www.linuxsir.org/bbs/showthread.php?t=201003 Lex与Yacc学习实例(二) —— 解释器的编制 

http://www.ibm.com/developerworks/cn/linux/sdk/lex/ Yacc 与 Lex 快速入门

Antlr

http://www.bearcave.com/software/antlr/antlr_examples.html ANTLR Examples

http://blog.csdn.net/bndxgae/archive/2010/01/04/5132235.aspx ux(suse)下利用ANTLR生成C++描述的分析程序

http://apps.hi.baidu.com/share/detail/23989041 探索Antlr

http://www.ibm.com/developerworks/cn/education/aix/au-parsingwithantlr/index.html 构建自定义的语法分析器

http://www.qingfengju.com/article.asp?id=195 语法分析工具Antlr简介,表达式计算器的实现

http://www.cppblog.com/morya/archive/2009/12/07/102681.html ANTLR 3翻译

http://blog.sina.com.cn/s/blog_73099fb80100osaa.html Antlr的使用心得

http://blog.sina.com.cn/s/blog_73099fb80100osaa.html使用 Antlr 开发领域语言

http://blog.csdn.net/jimesum1/archive/2008/05/19/2459725.aspx

http://mingxiao2010.blog.163.com/blog/static/8619048120111174340952/ antlr使用教程

You Might Also Like