jashkenas--coffeescript/lib/coffee-script
Michael Smith 1a8354482a
Modify extension handling to allow for .coffee.md
Move filename processing to a `parseFileName` function in
helpers.coffee.

Map `.coffee.md` as a Literate CoffeeScript extension.

Also, make .litcoffee and .coffee.md files executable without their file
extension - eg. `coffee test` would work for a file called
`test.litcoffee`.
2013-02-27 22:49:24 -08:00
..
browser.js CoffeeScript 1.5.0 2013-02-25 21:12:22 +13:00
cake.js CoffeeScript 1.5.0 2013-02-25 21:12:22 +13:00
coffee-script.js Modify extension handling to allow for .coffee.md 2013-02-27 22:49:24 -08:00
command.js Modify extension handling to allow for .coffee.md 2013-02-27 22:49:24 -08:00
grammar.js CoffeeScript 1.5.0 2013-02-25 21:12:22 +13:00
helpers.js Modify extension handling to allow for .coffee.md 2013-02-27 22:49:24 -08:00
index.js CoffeeScript 1.5.0 2013-02-25 21:12:22 +13:00
lexer.js Remove unnecessary returns and use default parameters 2013-02-25 10:44:56 -03:00
nodes.js Improve the handling of implicit object and implicit call combinations 2013-02-27 08:15:38 +01:00
optparse.js CoffeeScript 1.5.0 2013-02-25 21:12:22 +13:00
parser.js Merging in location data in the AST. Yee-hah. 2013-02-25 17:51:05 +13:00
repl.js Improve the handling of implicit object and implicit call combinations 2013-02-27 08:15:38 +01:00
rewriter.js Improve the handling of implicit object and implicit call combinations 2013-02-27 08:15:38 +01:00
scope.js CoffeeScript 1.5.0 2013-02-25 21:12:22 +13:00