Hey,
I just stumbled across your project and thought it very interesting.
I like the idea of Cucumber syntax native to .Net very much because I
too have tried IronRuby with Cucumber and been heartily disappointed.
I noticed no commits have been made for a few months so I'm wondering
if development is ongoing or not?
The reason I ask is that I downloaded the source code and took a peek
through it and noticed that your parser is pretty rudimentary. I'm
becoming familiar with ANTLR and have used other parsers in the past
so I started up a project to develop an ANTLR parser for the Gherkin
language. You can find it here:
http://bitbucket.org/x97mdr/gherkin-antlr-parser/
It's just beginning so I'm playing with parser syntax and trying to
incorporate things like multi-line arguments and background steps.
Perhaps we could coordinate efforts?
What think you?