id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc,lang,patch,platform
1026,Can't use } in TGE transform definitions.,coke,allison,"See the [http://rt.perl.org/rt3/Ticket/Display.html?id=39913 Original RT Ticket]

{{{
The TGE grammar doesn't deal with embedded }'s:

Valid grammars:

transform a (b) {
# do nothing
}

transform a (b) {
# do nothing {
}

Invalid:

transform a (b) {
# do nothing}
}

transform a (b) {
# do {nothing}
}
}}}

Two suggestions on how to resolve this were posited:

  * allow the ability to use different bracketing pairs.
  * Force the closing } to be on a single line (Only works for some languages - but right now we only support PIR anyway)
",bug,closed,minor,,TGE,,medium,wontfix,,,,,
