Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 336 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 336 Bytes

sql_create_table_parser

A parser for SQL CREATE TABLE statements

Run the parser using the test input statements given in the file 'out' using: ./parser < out

To run the parser using custom input you can use the command line.

You can clone the repository using : git clone https://github.com/dhawal1248/sql_create_table_parser.git