I've found a few resources on the subject, but they all require a deep understanding of SmallTalk or Haskell, neither of which I know.
|
|
|
||
|
|
|
|
Here is a link to a talk (slides and script) on monadic parser combinators in C++. |
||
|
|
|
|
Cay Horstmann has 4 combinator parser lectures in Scala, with exercises. There is another Scala example here. |
||
|
|
|
|
Chrise Double wrote a parser combinator in Javascript. |
||
|
|
|
|
If you know Python, there's PyParsing. |
||
|
|
|
|
I wrote 8 longish blog entries on monadic parser combinators in C# and F#; see here for the first one. See also FParsec (Parsec for F#) |
|||
|
|
|
|
I found an interesting article about implementing a parser combinator in C#. It also references some more general papers on the subject. The Wikipedia article on the subject also has a general explaination of the concept. |
||
|
|
