zig/doc
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
..
codegen.md implement ?return expression 2016-08-29 22:14:09 -07:00
docgen.zig introduce std.heap.ArenaAllocator and std.heap.DirectAllocator 2018-02-12 02:14:44 -05:00
langref.html.in change async function call syntax 2018-03-21 19:56:41 -04:00
semantic_analysis.md fix docs 2017-09-25 15:04:52 -04:00
targets.md update C headers to clang 5.0.0 2017-09-30 18:20:55 -04:00