Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 375 Bytes

README.md

File metadata and controls

8 lines (8 loc) · 375 Bytes

System-Software-lab

18CSL66 VTU System Software Lab Programs

USAGE


To compile and run lex use : lex filename.lex && cc lex.yy.c && ./a.out
To compile yacc and run yacc use : yacc -d filename.yacc && cc y.tab.c lex.yy.c && ./a.out
*Make sure u have compiled lex before you run yacc

Run Pre Compiled Executable

./filename.out