From 1d4f7bb58d5dee813847e019b6d7d2e4c58340bf Mon Sep 17 00:00:00 2001 From: Spandan14 Date: Mon, 2 Dec 2024 14:42:40 -0500 Subject: [PATCH] feat: added keywords for async/await, list --- README.md | 6 +++--- pygyat/__init__.py | 5 ++++- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9361e7c..a820738 100644 --- a/README.md +++ b/README.md @@ -105,13 +105,13 @@ Below is a table of all of the Python keywords or operators that should be repla | ≤ | beta twin | | == | twin | | = | | -| async | | -| await | | +| async | bussdown | +| await | hol up | | open | mog | | read | | | write | | | close | demure | -| list | | +| list | clurb | | set | | | dict | | diff --git a/pygyat/__init__.py b/pygyat/__init__.py index dee3ef8..51c5421 100644 --- a/pygyat/__init__.py +++ b/pygyat/__init__.py @@ -39,5 +39,8 @@ "sigma": ">", "beta": "<", "diddy": "in", - "pluh": "pass" + "pluh": "pass", + "hol\s+up": "await", + "bussdown": "async", + "clurb": "list" }