Michael Kessler

Results 2 issues of Michael Kessler

I'm looking forward to create a successor of [Codo](https://github.com/netzpirat/codo) that uses CoffeeScriptRedux. I saw that I could get a JSON-serialised AST representation of the input with the `--parse` option, which...

enhancement

The single quoted heredoc is parsed fine, but there is a second notation with double quoted heredocs that allows interpolation within the heredoc. #### Example ``` $(""" """) ```