Nikos Baxevanis

Results 271 comments of Nikos Baxevanis

That's great! Perhaps we can add some examples in the library!

@mikewardle, thank you for reporting this. Feel free to send over a pull request if you think you know a reasonable way to solve this. Project Fare turns Regular Expressions...

@trylock, very nice! Yes, besides *Xeger* there's also all the other great stuff from dk.brics.automaton that's already exposed in this library, e.g. `ToAutomaton`. --- In fact, *Xeger* does not support...

As @ymotton [points out](https://github.com/moodmosaic/Fare/pull/10/files) the following regular expression also throws: ``` @"(.*)\r\n\r\n" ```

@edwardskrod, no we haven't. See also https://github.com/moodmosaic/Fare/issues/13#issuecomment-340720213.

>I can send a pull request when I have time Please do. There's no need for us to strictly follow the Java version (dk.brics.automaton and Xeger). :rocket:

I would definitely go with different generators, with an API that also supports LINQ, like [this](https://github.com/hedgehogqa/fsharp-hedgehog/blob/master/tests/Hedgehog.CSharp.Tests/LinqTests.cs) one. This one is from [Hedgehog](https://github.com/hedgehogqa) but the idea about how the API can...

Thank you for reporting this! Project Fare turns Regular Expressions into [Automatons](http://en.wikipedia.org/wiki/Deterministic_finite_automaton) by applying the algorithms of [dk.brics.automaton](http://www.brics.dk/automaton/) and [xeger](https://code.google.com/p/xeger/). Unfortunately, I don't have an answer to your question, as...

I always run a build on my local before merging a PR, plus this repo didn't receive that many PRs until now, but yeah, this can be useful :+1:

I think we need something like this just to be able to grab the generated NuGet Packages and publish them. Personally, I no longer use Visual Studio and having troubles...