Skip to content

Details

FParsec is parsing for the people. It's an implementation of the the popular Haskel Parsec library. FParsec is probably best understood in terms of its >>= operator (we'll get to that).

Hopefully we'll get time to drill down into some of the core things that make F# / OCaml really special / useful... and so use our FParsec excursion as a kind of lens to understand other things more clearly such as the F# compiler.

Related topics

You may also like