skeet70 / pascal-compiler

A project Pascal compiler written in Haskell.
5 stars 1 forks source link

Create Issues for Grammar Methods #38

Closed skeet70 closed 11 years ago

skeet70 commented 11 years ago

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!

skeet70 commented 11 years ago

We may also want to look at http://www.haskell.org/haskellwiki/Parsec for inspiration on a RD LL(1) parser in haskell