In the Coursera course (Unit 4.7: The Jack Analyzer), a subroutineBody xml tag appears around the { } brackets of a subroutine declaration.
Is this just for reference or does it actually need to be implemented in the parser?
So far I've simply set the keyword to trigger the compileXXX and the ending symbol (the ";" symbol or the "}" symbol).
I don't understand how I should ask for the opening { brackets, because the parser doesn't recognize which compileXXX is the parent.