Skip to content
linerlock edited this page Apr 3, 2012 · 19 revisions

ParseqはC#向けのモナディックなパーサーコンビネーターライブラリです。
F#のFParsecやHaskellのParsecの影響を受けて設計されていますが、Parseqはこれらのライブラリと異なりLINQを用いてパーサを構築することが可能です。

Parseq is a monadic parser combinator library for C#.
The design of Parseq have been affected by FParsec (F#) and Parsec (Haskell)
but Parseq is different these libraries, you can create parsers using LINQ.

Clone this wiki locally