Skip to content

markrendle/CoffeeSharp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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#.