Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Closes #1015: fix lexing of Haskell char literals. | Georg Brandl | 2014-10-08 | 1 | -0/+4 |
| | | | | | In the case of TH quoting, 'f'7 means char literal and then numeric 7, not quoted f'7, see http://www.haskell.org/ghc/docs/7.6.2/html/users_guide/template-haskell.html | ||||
* | Use unistring list to enable support for unicode leading character in Haskell | Gaurav Jain | 2014-05-16 | 1 | -0/+10 |
| | |||||
* | Improve support for Unicode in Haskell identifiers | Gaurav Jain | 2014-05-13 | 1 | -0/+2 |
| | | | | Unicode characters are not yet supported as the first letter since Haskell cares about the case of the letter | ||||
* | Rename Haskell example file | Gaurav Jain | 2014-05-13 | 1 | -0/+15 |