Andrei5223 / uffsdb

Grupo: Andrei, Djonatan, Bernardo e Gustavo
MIT License
0 stars 1 forks source link

uffsdb

A simple educational DBMS

how to comipile

uffsdb/Fonte/make

how to execute

uffsdb/Fonte/./uffsdb

compiler

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.