Good languages to write a compiler for

前端 未结 7 1893
忘掉有多难
忘掉有多难 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:32

    As far as I know one of the easiest languages to compile is Forth. I think it's quite achievable to write a compiler for Forth in Forth even for a relative novice.

提交回复
热议问题