[commit: ghc] master: Add support for unicode TH quotes (#11743) (8f7d016)
git at git.haskell.org
git at git.haskell.org
Tue May 24 10:59:43 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/8f7d01632cd79957fe42ea37103ca9b91a1c54f5/ghc
>---------------------------------------------------------------
commit 8f7d01632cd79957fe42ea37103ca9b91a1c54f5
Author: Josh Price <thepig247 at gmail.com>
Date: Tue May 24 12:35:21 2016 +0200
Add support for unicode TH quotes (#11743)
I've also added cases for `IToparenbar` and `ITcparenbar` (aka banana
brackets) to `isUnicode`.
Document unicode TH quote alternatives (#11743)
Test Plan: ./validate
Reviewers: austin, goldfire, bgamari
Reviewed By: bgamari
Subscribers: thomie, mpickering
Differential Revision: https://phabricator.haskell.org/D2185
GHC Trac Issues: #11743
>---------------------------------------------------------------
8f7d01632cd79957fe42ea37103ca9b91a1c54f5
compiler/parser/Lexer.x | 42 +++++++++------
compiler/parser/Parser.y | 32 +++++++-----
docs/users_guide/glasgow_exts.rst | 60 ++++++++++++----------
testsuite/tests/parser/unicode/all.T | 2 +-
testsuite/tests/parser/unicode/arrowsyntax.hs | 34 ------------
.../arrowform1.hs => parser/unicode/brackets.hs} | 23 +++++++--
6 files changed, 96 insertions(+), 97 deletions(-)
Diff suppressed because of size. To see it, use:
git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc 8f7d01632cd79957fe42ea37103ca9b91a1c54f5
More information about the ghc-commits
mailing list