Simplify syntax for quasi-quotation
authorsimonpj@microsoft.com <unknown>
Wed, 10 Feb 2010 09:44:19 +0000 (09:44 +0000)
committersimonpj@microsoft.com <unknown>
Wed, 10 Feb 2010 09:44:19 +0000 (09:44 +0000)
commit26f164e5759e9eca73deb0531ddec422d36a6924
tree20b7ec3e1e0d89c2e5e65babbbbb737fb4b81fd7
parent6f8ff0bbad3b9fa389c960ad1b5a267a1ae502f1
Simplify syntax for quasi-quotation

After some discussion we decided to make a quasi-quote look like

   [pads| ...blah... |]

rather than

   [$pads| ...blah... |]

as before. The new syntax is quieter, although it does not signal
quite as clearly that there is a splice going on.
compiler/parser/Lexer.x