jldailey

Results 2 issues of jldailey

In the main readme, it would be great if I could see a Hello World template in the Mustache language, as supported by this lib. Thanks.

Input: ``` cache[func()] ?= cache[func()] ?= [] ``` Correct output: ``` // Generated by CoffeeScript 1.6.1 var _name, _name1, _ref, _ref1; if ((_ref = cache[_name = func()]) == null) {...

bug