Are there any tutorials on building a simple interpreter using Alex + Happy?

前端 未结 4 910
南笙
南笙 2021-01-31 21:57

I\'m working on a school project where I have to build an interpreter for a simple language using Alex + Happy in Haskell.

After looking through the documentation I unde

4条回答
  •  北荒
    北荒 (楼主)
    2021-01-31 22:53

    Haddock has an Alex/Happy parser for documentation, the sources are here in the files Lex.x and Parse.y.

提交回复
热议问题