Skip to content

winicius-girardi/uffsdb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A simple teaching DBMS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 94.0%
  • Yacc 4.0%
  • Lex 1.7%
  • Other 0.3%