Parser.parseProgram

The main starting point. Also the "program" grammar rule. This method generates a block statement node where the interpreter iterates through each statement and executes it.

struct Parser
parseProgram
()

Meta