I would like to add my new language to Haskell using the Quasiquotes, but the language itself uses |] as a keyword.
Is there some way, how to:
a) Escape |], so it is passed to my language
b) Let the parser of my language decide, when the quasiquotation ends itself
Thanks.