haf / expecto

A smooth testing lib for F#. APIs made for humans! Strong testing methodologies for everyone!
Apache License 2.0
663 stars 96 forks source link

Args replacement for Argu #303

Closed AnthonyLloyd closed 5 years ago

haf commented 5 years ago

Hmm, needs review? Did you just build a parser ;)

AnthonyLloyd commented 5 years ago

Still v rough and I haven't tested it yet.

haf commented 5 years ago

There's a MIT-licensed single-fs-file parser that I financed/own over here https://github.com/logibit/EmParsec/blob/master/EmParsec.fs — that you can paste into this code-base if you want. It's been through a couple of thousands of strings, so it should do the trick; it doesn't reify values to arguments though, like you're doing.

AnthonyLloyd commented 5 years ago

@haf now fully functional as far as I can see.

haf commented 5 years ago

Looking good