summaryrefslogtreecommitdiff
path: root/tests/examplefiles/livescript-demo.ls
Commit message (Collapse)AuthorAgeFilesLines
* Fixed LiveScript backslash strings to terminate on whitespaceGaurav Jain2014-04-171-1/+1
|
* Word array lexer shouldn't be greedy.Christina Whyte2013-07-211-0/+2
| | | | | | | | | | Word array is only allowed to contain words and whitespace, `]>` is not allowed to occur in such a construct, thus it should end the construct at the very first occurrence. An example of the problem can be seen in this gist: https://gist.github.com/kurisuwhyte/6050066
* Fix coffee / ls stuff.Paul Miller2012-08-071-4/+17
|
* Add support for word arrays and !-> funcs in livescript.Paul Miller2012-06-261-20/+13
|
* Add LiveScript support and fix coffeescript.Paul Miller2012-06-261-0/+35