Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 324 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 324 Bytes

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.