Thomas Levesque 2/23/2017

Easy text parsing in C# with Sprache

Read Original

This article explores the Sprache library for C#, which simplifies text parsing using parser combinators from functional programming. It explains the challenges of manual parsing and regex, then demonstrates how to use Sprache to parse a complex grammar like the WWW-Authenticate HTTP header, walking through the grammar rules and implementation.

Easy text parsing in C# with Sprache

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week