Add shared and sync to reserved keywords.

This commit is contained in:
Stephen Chung
2020-07-28 10:25:26 +08:00
parent 057f6435a4
commit f05cd1fdf3
3 changed files with 19 additions and 17 deletions

View File

@@ -59,8 +59,10 @@ Reserved Keywords
| `package` | Package |
| `spawn` | Threading |
| `go` | Threading |
| `shared` | Threading |
| `await` | Async |
| `async` | Async |
| `sync` | Async |
| `yield` | Async |
| `default` | Special value |
| `void` | Special value |