Skip to content

pyagnik1/COP-3402-HW2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lexical Analyzer


Files needed to run the lexical analyser
input.txt
lexoutput.txt

To run the lexical analyser type:


 gcc main.c
 ./a.out

If you wish to have directed to a perticular file type:


./a.out > "filename".txt

If you wish to compare the output of the submited Project with a specsheet output type:


diff "filename".txt "comparefile".txt
Due: 6/19/2020

Parth Yagnik™

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages