|
On Saturday 26 February 2005 14:01, Asger Ottar Alstrup wrote: > which is easier to understand for me. Does this match the grammar? > > functioncall = > ( Name | '(' exp ')' ) > ( args | '.' Name | ':' Name | '[' exp ']' )* > args no, you can not have any number of ':' Name the colon construct must have args