diff options
Diffstat (limited to 'py/lexer.c')
-rw-r--r-- | py/lexer.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/py/lexer.c b/py/lexer.c index 76abedd451..1639740d34 100644 --- a/py/lexer.c +++ b/py/lexer.c @@ -234,6 +234,10 @@ STATIC const char *tok_kw[] = { "and", "as", "assert", + #if MICROPY_PY_ASYNC_AWAIT + "async", + "await", + #endif "break", "class", "continue", |