Skip to content

Commit 56c532f

Browse files
authored
Update and rename README.txt to README.md
1 parent 545f8ca commit 56c532f

2 files changed

Lines changed: 19 additions & 5 deletions

File tree

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
##SQL Script Parser
2+
3+
Mini project built under flex-bison to generate script validation for Oracle DDL.
4+
5+
## Compile
6+
7+
```
8+
flex sqlscriptparser.lex
9+
bison -d sqlscriptparser.y
10+
gcc sqlscriptparser.tab.c lex.yy.c -o sqlparser
11+
```
12+
13+
##Documentation
14+
15+
Redirect stdout to your bin so it can process caracter stream.
16+
17+
```
18+
sqlparser < file.txt
19+
```

README.txt

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)