Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 500 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 500 Bytes

Simple SQL Interpreter

SNU Database Lecture Term Project 1

Prerequisites

Usage

  1. Compile SimpleDBMSGrammar.jj with JavaCC
  2. Compile all *.java files with Java Compiler
  3. Execute SimpleDBMSParser

Commands

  • exit; : Close the program.
  • TODO

Caution

  • DO NOT USE this code to your project assignment.