Skip to content

MohamedAmineBoufares/SQL-compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQL_compiler

Just copy past these lines into your terminal in order to run the " .l " and " .y " files :

  • yacc -d --verbose sql.y
  • lex sql.l
  • gcc lex.yy.c y.tab.c -o sql -ll -w
  • ./sql <test.txt

Or you can just run the script by typing 🔥 :

  • ./run.sh

About

An SQL Compiler with Lex and Yacc

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages