[antlr-interest] OT:Can we fix the list to a more reasonable line width?

Gerald Rosenberg gerald at certiv.net
Thu Aug 21 14:41:28 PDT 2008


At 02:04 PM 8/21/2008, Gerald Rosenberg wrote:

>          tree grammar html;
>
>          start_tag : open_tag { if (direction &&
>$open_tag.node_index > start_node) else if (!direction &&
>$open_tag.node_index <= start_node)  }?
>                          ID { $ID.text.equals("someIDString") }?
>                          ^( n=name ^( a=attr {
>$n.equals("someNameString") && $a.equals("someAttrString") }? )+ )+
>                  -> { return $open_tag.node_index } ;


Is there a particular reason that email traffic through the list is 
being forcibly line-wrapped at 80 columns?  (This should be all on 
one line and well more than 80 characters wide!) 



More information about the antlr-interest mailing list