parseFile

fun parseFile(): Pair<ExitStatus, VAlgoLangParser.ProgramContext>

Parse file to build ANTLR parse tree and find any syntax errors

Return

pair of exit status ExitStatus and parse tree VAlgoLangParser.ProgramContext