Skip to content

Latest commit

 

History

History

3-LexIntroductions

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Compiler Design - Assignment 3

Shrirang Prashant Deshmukh | 19CS01065

Lexical Analyzers using Lex/Flex

Usage

flex filename.l
gcc lex.yy.c
./a.out