Skip to content

Priya378/Compiler-Design-Lab-Programs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

Compiler-Design-Lab-Programs

Contains source codes for a few lex and yacc programs

Executing Lex file say pgm.l:

lex pgm.l

cc lex.yy.c -ll

./a.out

Executing YACC file and corresponding lex file say pgm.l and pgm.y:

lex pgm.l

yacc -d pgm.y

cc lex.yy.c y.tab.c -ll

./a.out

Ctrl+D combination can be used to terminate the execution

About

Contains Lex and Yacc Programs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages