is there a simple compiler for a small language

前端 未结 18 2314
有刺的猬
有刺的猬 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 23:22

    You may look at Calculator example in Bjarne Stroustrup's hilarious book "The C++ programming language".

    If you want something more advanced, read the source code of boost::spirit.

提交回复
热议问题