Andrew Kelley f885a1ab61 change async function call syntax
* instead of `async(allocator) call()`, now it is
   `async<allocator> call()`.
 * Fixes syntax ambiguity when leaving off the allocator
 * Fixes parse failure when call is a field access

This sets a precedent for using `<` to pass arguments
to a keyword. This will affect `enum`, `union`, and
`fn` (see #661)
2018-03-21 19:56:41 -04:00
..
2017-08-29 07:51:34 -04:00
2018-02-28 21:19:51 -05:00
2018-01-31 22:48:40 -05:00
2017-09-09 22:54:50 -04:00
2017-05-23 21:38:31 -04:00