Closed danilopedraza closed 8 months ago
The parser has a function called program, that consumes a token stream and returns a list of ASTNodes. It uses the external expression method to do this. It should use the external next method.
program
ASTNode
expression
next
The parser has a function called
program
, that consumes a token stream and returns a list ofASTNode
s. It uses the externalexpression
method to do this. It should use the externalnext
method.