An open API service indexing awesome lists of open source software.

https://github.com/fsprojects/fsharp.quotations.evaluator

A quotations evaluator/compiler for F# based on LINQ expression tree compilation
https://github.com/fsprojects/fsharp.quotations.evaluator

Last synced: 8 months ago
JSON representation

A quotations evaluator/compiler for F# based on LINQ expression tree compilation

Awesome Lists containing this project

README

          

F# Quotations Evaluator [![NuGet Status](http://img.shields.io/nuget/v/FSharp.Quotations.Evaluator.svg?style=flat)](https://www.nuget.org/packages/FSharp.Quotations.Evaluator/) [![Docker Build Status](https://travis-ci.org/fsprojects/FSharp.Quotations.Evaluator.svg?branch=master)](https://travis-ci.org/fsprojects/FSharp.Quotations.Evaluator)
=======================

See http://fsprojects.github.io/FSharp.Quotations.Evaluator/

### Build and Release

- Open, edit, build and test using ``FSharp.Quotations.Evaluator.sln``
- Build and test release binaries using ``build.cmd`` or ``build.sh``
- Build and test release packages using ``build.cmd -t Release`` or ``build.sh -t Release``

### Maintainer(s)

- [@manofstick](https://github.com/manofstick) - Paul Westcott
- [@eiriktsarpalis](https://github.com/eiriktsarpalis) - Eirik Tsarpalis

The default maintainer account for projects under "fsprojects" is [@fsprojectsgit](https://github.com/fsprojectsgit) - F# Community Project Incubation Space (repo management)