Re: a simple DBMS and SQL Engine parser

From: Carl Daniel [VC++ MVP] (cpdaniel_remove_this_and_nospam_at_mvps.org.nospam)
Date: 11/06/04


Date: Sat, 6 Nov 2004 08:18:28 -0800

mahaa wrote:
> Hi guys;
> i'm about to start an interesting c++ project described below...what
> i need is some links; resources and help on how i can get
> started...thanks for helping

Parsers toolkits:

ANTLR - www.antrl.org - Parser generator tool & framework
Spirit - spirit.sf.net - C++ parser library (part of Boost)
Flex/Bison - GNU
Yacc/Lex - BSD *nix

... many others.

There are a number of interesting relational table libraries out there on
the net - do some googling.

Since this sounds like a homework assignment, you probably can't use any of
these tools/libraries, but they're good sources of information and ideas.

-cd



Relevant Pages