Parsing puzzle, avoid look-ahead?

This is a good tutorial on building parsers with combinators.

It’s in F# as opposed to Elm but the ideas all flow from the same source. And here is a post about building a Scheme parser in F#:

Mark

1 Like