Skip to content

dancingline/uffsdb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uffsdb

A simple teaching 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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 95.5%
  • Yacc 2.7%
  • Lex 1.2%
  • Other 0.6%