A basic Parser Generator for an OQL like language.
To compile and build the executable oql execute the following commands:
* $make clean
* $make
To execute a query:
$ ./oql
Output:
The output consists of:
1. The output of the query is printed under the heading "OUTPUT"
1. The expression tree constructed in prefix is printed.
Structure of the Testflow.db file: