danilopedraza / symstatic

The Symstatic programming language code repository
https://symstatic.org/book
GNU General Public License v3.0
2 stars 0 forks source link

program function problem #19

Closed danilopedraza closed 4 months ago

danilopedraza commented 4 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.