A command line application used to syntactically analyze and parse U.S. postal addresses.
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