Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 850 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 850 Bytes

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