id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc
1,bracketed output (new command line argument),kowey,somebody,"The bracketed output is a compromise between a full parse tree and a plain string.

Parse tree:
{{{
S(NP(somebody),VP(VP(V(saw),NP(something)),PP(somewhere)))
}}}

Bracketed output:
{{{
somebody ((saw something) somewhere)
}}}

Notice that we try very hard to avoid excess parentheses.  The point is to make it easier for grammar hackers to understand (for example), why we get different instances of the same output.  So we want to keep things as readable as possible",enhancement,new,minor,,gui,,,,
