Parsing, where can I learn about it

前端 未结 12 699
鱼传尺愫
鱼传尺愫 2020-12-13 14:56

I\'ve been given a job of \'translating\' one language into another. The source is too flexible (complex) for a simple line by line approach with regex. Where can I go to le

12条回答
  •  Happy的楠姐
    2020-12-13 15:47

    Parsing Techniques - A Practical Guide By Dick Grune and Ceriel J.H. Jacobs

    This book (freely available as PDF) gives an extensive overview of different parsing techniques/algorithms. If you really want to understand the different parsing algorithms, this IMO is a better reference than the Dragon Book (as Parsing Techniques focuses entirely on parsing, while the Dragon Book covers parsing only as one - although important - part of the compiler construction process).

提交回复
热议问题