Re: [go-nuts] spec: Confusion about grammar for Primary Expressions

2017-05-22 Thread Akhil Indurti
Thank You! Can't believe I forgot about the builtins. -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. For more options,

Re: [go-nuts] spec: Confusion about grammar for Primary Expressions

2017-05-22 Thread Jan Mercl
On Mon, May 22, 2017 at 5:11 PM Akhil Indurti wrote: > However, the production for Arguments looks like it allows a function call to > Optionally include a type as an argument Yes, but only as its first argument (consider the make predeclared function). > Optionally end with a trailing comma