How would one go about parsing a file in Axe? You'd clearly have to find the program's token in the VAT (Input?), but once you've found the pointer, how would you read the file itself? Would you simply treat it as a string and step through it or would you need to do something more difficult?