bazelbuild / starlark

Starlark Language
Apache License 2.0
2.38k stars 158 forks source link

Add async and await to the list of reserved keywords #251

Closed stepancheg closed 1 year ago

stepancheg commented 1 year ago

CC https://github.com/bazelbuild/starlark/issues/250

ndmitchell commented 1 year ago

Why not add await at the same time? They pretty much go together in Python.