Skip to content

Repository containing System Software Lab programs.

Notifications You must be signed in to change notification settings

shaswat-indian/SS-Lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SS-Lab

Repository containing System Software Lab programs.

To execute Lex programs use the following commands

lex <lexFileName.l>
cc lex.yy.c -ll
./a.out

To execute Yacc programs use the following commands

lex <lexFileName.l>
yacc -d <yaccFileName.y>
cc lex.yy.c y.tab.c -ll
./a.out

About

Repository containing System Software Lab programs.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages