If Parser Using a PDA

Written in C++


Running the program
	Open the folder on empress.
	Have a sequence.txt in the same folder.
	Run the command "./perezifparser"

Compiling
	Open the folder on empress.
	Run the command "g++ -o perezifparser main.cpp"
	Follow the steps to run the program.