On 6/27/18 6:59 AM, Piotr Grzybowski wrote:

> +function_newline_list: '(' ')' | function_newline_list '\n'
> +       ;
> +

This would appear to allow constructs like

foo()
() ()
{
        function body
}


-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer
                 ``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRU    c...@case.edu    http://tiswww.cwru.edu/~chet/

Reply via email to