- Author: Neel Krishnaswami
- Date: Friday, July 21, 2023
- Url: https://semantic-domain.blogspot.com/2023/07/linear-time-parser-combinators.html
- Source: gist:b1594c57433b7df2a143634a2fff3544
This blog post seems to be based on their prior papers12, but drops the lexer. I had a tried replicating it in the lang-ll1-combinators project.
The way they use bit sets to detect ambiguities reminds me a great deal of the approach we are using in doodle, but limited to one character of lookahead.