Skip to content

rakshith111/System-Software-lab

Repository files navigation

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

About

18CSL66 VTU System Software Lab Programs

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published