On Jun 20, 2:27 am, vaib <vaibhavpang... @gmail.comwrote :
<snip>
too long to quote.....
<snip>
<off-topic>
Check out yacc(bison). It uses BNF and works very well with
lex(flex). There is a good book from oreilly on flex and bison. They
have implemented SQL parser as an example. That would be helpful for
you. lex/yacc(flex/bison) has been used to implement some popular
compilers. gcc also makes use of them.
</off-topic>
<snip>
too long to quote.....
<snip>
<off-topic>
Check out yacc(bison). It uses BNF and works very well with
lex(flex). There is a good book from oreilly on flex and bison. They
have implemented SQL parser as an example. That would be helpful for
you. lex/yacc(flex/bison) has been used to implement some popular
compilers. gcc also makes use of them.
</off-topic>
Comment