Skip to content
forked from amgit99/intDB

🛢️ Integer only transient database (pedagogical)

License

Notifications You must be signed in to change notification settings

jaffreyjoy/intDB

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open in Visual Studio Code

intDB

Compilation Instructions

We use make to compile all the files and creste the server executable. make is used primarily in Linux systems, so those of you who want to use Windows will probably have to look up alternatives (I hear there are ways to install make on Windows). To compile

cd into the intDB directory

cd intDB

To compile

make clean
make

To run

Post compilation, an executable names server will be created in the src directory

./server

How to use

Grammar for the language is in docs/grammar.md

About

🛢️ Integer only transient database (pedagogical)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 81.8%
  • Yacc 8.3%
  • C 6.1%
  • Lex 2.5%
  • Makefile 1.3%