Skip to content

rahulrvp/Compiler-Lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Compiler Lab Solutions
----------------------

You can get the both '.l' and '.y' files from the corresponding directories of repos.
To run them, all you need to do is to type the following commands in the terminal.
(assuming that you have installed both 'flex' and 'bison' in your comp.)

bison -d filename.y
flex filename.l
gcc lex.yy.c filename.tab.c -ll

About

Codes I wrote for my Compiler Lab in my 4th Sem (MCA @ NITC)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages