F#ParsingActive PatternsFunctional Programming
Parsing a simple expression language in F# using Active Patterns
How to parse a string into an Abstract Syntax Tree using F# Active Patterns — a concise and composable approach to building parsers.
Technical writing on F#, C#, clean architecture, the pensions domain, and building software with AI. Aimed at developers and technical decision makers.
How to parse a string into an Abstract Syntax Tree using F# Active Patterns — a concise and composable approach to building parsers.
Implementing a BEEncoding (BitTorrent) decoder and encoder in F# using composable Active Patterns operating on lists of bytes.