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
- Host: GitHub
- URL: https://github.com/fsprojects/fsharp.quotations.evaluator
- Owner: fsprojects
- License: unlicense
- Created: 2014-09-08T10:06:22.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2020-03-12T17:34:49.000Z (almost 6 years ago)
- Last Synced: 2025-06-06T00:51:21.845Z (9 months ago)
- Language: F#
- Homepage: http://fsprojects.github.io/FSharp.Quotations.Evaluator/
- Size: 2.5 MB
- Stars: 70
- Watchers: 13
- Forks: 19
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
F# Quotations Evaluator [](https://www.nuget.org/packages/FSharp.Quotations.Evaluator/) [](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)