Where can I learn the basics of writing a lexer?

前端 未结 2 1129
情深已故
情深已故 2021-01-29 17:42

I want to learn how to write a lexer. My university course had an assignment where we had to write a parser (and a lexer to go along with it) but this was given to us with no in

2条回答
  •  無奈伤痛
    2021-01-29 18:03

    The Dragon Book is probably the definitive guide on the subject, although it can be a bit overwhelming. Language Implementation Patterns and Programming Language Pragmatics are great resources as well.

提交回复
热议问题