Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 838 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 838 Bytes

CoffeeSharp

.NET bindings to the CoffeeScript compiler, using the Jurassic Javascript Compiler internally.

See the homepage for details on how to install and use this package.

About the code

The CoffeeSharp library project contains the CoffeeScript source code as a resource. Based on the Jurassic library, it exports the CoffeeScriptEngine class, with methods like Compile and Eval.

The CoffeeScriptHttpHandler project contains a single HttpHandler that calls the CoffeeSharp library.

The Coffee project is a commandline tool that calls the CoffeeSharp library. In contrast to the previous two projects that are written in C#, this project is written in F#.