Skip to content

vrnithinkumar/SIL-Compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SIL-Compiler

Part of Compiler Design Lab

Compiling

lex SIL.l

yacc -d SIL.y

yacc -v SIL.y #This make a y.output file and helps to avoid Shift Reduce Conflicts

gcc y.tab.c lex.yy.c

./a.out < test.txt

About

Part of Compiler Design Lab

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages