rakshith111 / System-Software-lab

18CSL66 VTU System Software Lab Programs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:C 83.3%Language:Lex 8.5%Language:Yacc 8.2%