A simple educational DBMS
- Bison
- Flex
- Library readline
- For Ubuntu/Debian-based systems, run:
sudo apt install bison
sudo apt install flex
sudo apt-get install libreadline-dev
uffsdb/Fonte/make
uffsdb/Fonte/./uffsdb
uffsdb commands are interpreted using yacc and lex.
In the interface folder type make to compile both.
You can edit the following files: parser.h, parser.c, lex.l, and yacc.y.