A python implementation of cosc4315's homework 1.
Clone this directory and run the following commands to setup the development environment. This project requires python3.6 and pipenv.
pipenv install
pipenv shell
A test script is in the root directory for testing the program with the input
files in ./tests
.
./test.sh
Contributions should be done through pull requests. This is to ensure we can do proper code reviews before pushing to the repository.