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" }