Skip to content
This repository was archived by the owner on Oct 14, 2019. It is now read-only.

nsmonagh/Flex-Bison-Postal-Address-Analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

U.S. Postal Address Analyzer

A command line application used to syntactically analyze and parse U.S. postal addresses.

Installation and Setup Instructions

Clone this repository. You will need make, bison, flex, and gcc installed on your machine.

Installation for Ubuntu:

sudo apt-get install make bison flex gcc

To Run the Application:

  • Navigate to the cloned repository and run make.

  • Then to run the scanner type ./scanner < input.txt

  • Or to run the parser use ./parser < input.txt

About

U.S. Postal Address Syntactical Analyzer and Parser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published