gallais / idris-tparsec

TParsec - Total Parser Combinators in Idris
https://gallais.github.io/idris-tparsec/
GNU General Public License v3.0
93 stars 10 forks source link

Design patterns #43

Open clayrat opened 2 years ago

clayrat commented 2 years ago

It might be interesting to go through this paper to see if any of their patterns are applicable:

https://dl.acm.org/doi/pdf/10.1145/3471874.3472984 Willis, Wu, [2021] "Design Patterns for Parser Combinators"

https://github.com/j-mie6/design-patterns-for-parser-combinators

gallais commented 2 years ago

Section 2.3 has some interesting propositions for a generalisation of hchain* that works with a precedence table.