Skip to main content

Questions tagged [parser-combinator]

Filter by
Sorted by
Tagged with
8 votes
2 answers
2k views

I'm very interested in the topic of parsers, especially in the topic of parser combinators like Superpower. The problem with them is that the grammars that they can work with are a bit limited. For ...
SuperJMN's user avatar
  • 453
125 votes
4 answers
26k views

I've taken a deep dive into the world of parsers recently, wanting to create my own programming language. However, I found out that there exist two somewhat different approaches of writing parsers: ...
Qqwy's user avatar
  • 4,947
7 votes
2 answers
1k views

Is it possible to construct a parser combinator library that reads like a BNF grammar? I don't know of any, so I started wondering if there are reasons it's impossible or undesirable to do so. It ...
Daniel's user avatar
  • 699