[comp.lang.pascal] Query program

smithbs@sage.cc.purdue.edu (Barry) (02/22/91)

I am trying to build a natural language query program.  dBase in nature.
Pascal 6.0.  Any ideas or sample source?

An example would be:

1:  NAME <= "SMITH"
2:  ZIP = "20906"

And it would pull out records that meet this criteria.