8000 GitHub - vrnithinkumar/SIL-Compiler: Part of Compiler Design Lab
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

vrnithinkumar/SIL-Compiler

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

0