is there a simple compiler for a small language

前端 未结 18 2330
有刺的猬
有刺的猬 2021-01-29 22:55

I am looking for a simple compiler that compiles a simple language, I need it to write a paper about it and to learn how compilers work, I am not looking for a sophisticated thi

18条回答
  •  青春惊慌失措
    2021-01-29 22:58

    I've started a video tutorial on writing an ANTLR 3.x compiler - check out

    http://javadude.com/articles/antlr3xtut

    I'll be adding more to it soon! -- Scott

提交回复
热议问题