Skip to content

prashishh/Date-Extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Date Extractor using lex and yacc.

This was a small task given to us in our Information Retrieval Class. Not a complete version, can be used as a foundation for a better date extractor.

To compile:
flex date.lex
yacc -d date.y
./a.out test.txt

About

Date Extractor using lex and yacc

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors