- Published on
推荐一篇关于parser的文章
- Authors
- Name
- Hao Chen
- @haoel
Content
推荐一篇关于parser的文章,https://www.sanity.io/blog/why-we-wrote-yet-another-parser-compiler 。里面的引用很多,很有价值,尤其是对上大学时编译原理没学好的同学 😊
Link Preview
- https://www.sanity.io/blog/why-we-wrote-yet-another-parser-compiler
- Introducing Glush: a robust, human readable, top-down parser compiler
- Glush is a new parser compiler based on Glushkov’s construction algorithm – . It offers a human readable grammar, is naturally top-down and maintains worst case cubic performance for even the most ambiguous grammars.