Christian Kjær Larsen

Results 3 issues of Christian Kjær Larsen

https://github.com/melsman/mlkit/issues/43 @melsman I have the libraries, benchmarks and example code [here](https://github.com/christiankjaer/avx-project/tree/master/code). Feel free to add them if you want.

Essentially a port of https://hackage.haskell.org/package/parser-combinators-1.3.0/docs/src/Control.Monad.Combinators.Expr.html - Added a small microbenchmark - Added property based test with arithmetic expressions and friends

``` java.io.IOException: Broken pipe -- at java.base/sun.nio.ch.FileDispatcherImpl.write0(Native Method) at java.base/sun.nio.ch.SocketDispatcher.write(Unknown Source) at java.base/sun.nio.ch.IOUtil.writeFromNativeBuffer(Unknown Source) at java.base/sun.nio.ch.IOUtil.write(Unknown Source) at java.base/sun.nio.ch.IOUtil.write(Unknown Source) at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.finishWrite(Unknown Source) at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.finish(Unknown Source) at java.base/sun.nio.ch.UnixAsynchronousSocketChannelImpl.onEvent(Unknown Source) at...