Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 925 Bytes

2019-12-16-274.mdx

File metadata and controls

19 lines (15 loc) · 925 Bytes
title date draft tags summary
推荐一篇关于parser的文章
2019-12-16
false
reading
推荐一篇关于parser的文章,https://www.sanity.io/blog/why-we-wrote-yet-another-parser-compiler 。里面的引用很多,很有价值,尤其是对上大学时编译原理没学好的同学 😊

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.