At SLE in 2014, Ridge presented the P3 combinator library with which parsers can be developed for left-recursive, non-deterministic and ambiguous grammars. A combinator expression in P3 yields a binarised grammar reflecting the expression's structure. The grammar is given to an underlying, generalised parsing procedure computing all derivations. In this paper we present a combinator library with a similar architecture to P3, adjusting it to avoid grammar binarisation. Avoiding binarisation has a significant positive effect on the running times of the underlying parsing procedure, which we demonstrate using real-world grammars. Binarisation is avoided by restricting the applicability of combinators, resulting in combinator expressions closely resembling BNF fragments. Usability is recovered by defining coercions that automatically convert expressions where necessary. As the underlying parsing procedure, we use a purely functional variant of generalised top-down (GLL) parsing.

doi.org/10.1145/3276604.3276618
ACM SIGPLAN International Conference on Software Language Engineering

van Binsbergen, T., Scott, E., & Johnstone, A. (2018). GLL parsing with flexible combinators. In Proceedings of the ACM SIGPLAN International Conference on Software Language Engineering (pp. 16–28). doi:10.1145/3276604.3276618