Good languages to write a compiler for

前端 未结 7 1890
忘掉有多难
忘掉有多难 2020-12-30 16:01

I\'m thinking of writing a compiler in haskell, and just to gain some knowledge and experience, I will try to implement compilers for existing languages. Could someone give

7条回答
  •  南方客
    南方客 (楼主)
    2020-12-30 16:26

    Scheme is often used for this. There's even a tutorial called Write Yourself a Scheme in 48 hours for Haskell.

提交回复
热议问题