Good books for interpreter and compiler using C ++?

I plan to write a simple interpreter (for example, TI-BASIC for TI-89) or a compiler (C compiler) using C ++. I am currently teaching a course on programming languages โ€‹โ€‹and learning the basics of BNF, EBNF. I wonder if this is good for starting this project? Also, can anyone find out good books about this area? Any feedback would be greatly appreciated.

Thank,

+3
source share
2 answers

The Dragon Book must be read if you want to write a compiler.

+3
source

, , rants raves C, Java . , ++, .

+1

Source: https://habr.com/ru/post/1796104/


All Articles