Same principle as main->lib (previous commit).
lib.(h|c) basically has structures and functions I no longer want to stare at in main.c
Simple parser, took like an hour. Not very smart but at least it's like O(n).