Once we have our grammar and system for the parser in a design document, we'll need to create issues for each non-terminal that needs a function built, as well as Match and Error. @iduhetonas from looking at his description of the milestone, your insistence on a TokenType with subtypes may come in handy!
Once we have our grammar and system for the parser in a design document, we'll need to create issues for each non-terminal that needs a function built, as well as
Match
andError
. @iduhetonas from looking at his description of the milestone, your insistence on aTokenType
with subtypes may come in handy!