Parser.parseProgram

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

struct Parser
parseProgram
()

Meta