5#include "../../Defines.h"
boolean stringIsQuery_mainModule(char *line)
whether the stirng is a potential query
boolean queryMatchesName_mainModule(char *name)
void parseQueryLine_mainModule(char *line)
parses a line of text, The caller then uses queryMatchesName() to see if their name matches
void setup_tokenParser_mainModule()
setup for the token parser (really just for testing)