aboutsummaryrefslogtreecommitdiff
path: root/src/tokenizer.cpp
diff options
context:
space:
mode:
authorAndrew Kelley <superjoe30@gmail.com>2018-03-21 19:56:41 -0400
committerAndrew Kelley <superjoe30@gmail.com>2018-03-21 19:56:41 -0400
commitf885a1ab61a664378c3f3062a3de1150b6a4ee07 (patch)
tree87e29d3ebcd6d7d7b859cc9ef9c33b83c8a3433c /src/tokenizer.cpp
parent66fec3a3d726733b162761211dee58e896370e95 (diff)
downloadzig-f885a1ab61a664378c3f3062a3de1150b6a4ee07.tar.gz
zig-f885a1ab61a664378c3f3062a3de1150b6a4ee07.zip
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)
Diffstat (limited to 'src/tokenizer.cpp')
0 files changed, 0 insertions, 0 deletions