How to code a compiler in C?

后端 未结 2 1746
感动是毒
感动是毒 2021-01-13 16:14

I am coding a compiler in C, and I have read all about compilers in the Dragon book. But I am finding it really hard to implement, and I have no clue as to where to start. E

2条回答
  •  轮回少年
    2021-01-13 16:37

    Most people user specialized parser- and lexer-generating tools like ANTLR or Yacc/Bison with Lex.

提交回复
热议问题