Skip to content

Commit

Permalink
Merge pull request #687 from ehuss/async-await-keyword
Browse files Browse the repository at this point in the history
Update async/await keywords to real keywords.
  • Loading branch information
Centril authored Oct 1, 2019
2 parents 3f8f177 + 6492318 commit 320d232
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/keywords.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ be used as the names of:
The following keywords were added beginning in the 2018 edition.

> **<sup>Lexer 2018+</sup>**\
> KW_ASYNC : `async`\
> KW_AWAIT : `await`\
> KW_DYN : `dyn`
## Reserved keywords
Expand All @@ -86,8 +88,6 @@ them to use these keywords.
The following keywords are reserved beginning in the 2018 edition.

> **<sup>Lexer 2018+</sup>**\
> KW_ASYNC : `async`\
> KW_AWAIT : `await`\
> KW_TRY : `try`
## Weak keywords
Expand Down

0 comments on commit 320d232

Please sign in to comment.