aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2023-07-22 10:48:51 +0800
committer简律纯 <i@jyunko.cn>2023-07-22 10:48:51 +0800
commit655f7c269e305d8375cca7e0fef1f4ac08cc7b61 (patch)
tree9d384008cfc6872b7a96dc3ea53a1242c6ebde3b
parentc282739c54c3568b6b2e928750333946b21c6e49 (diff)
downloadTRPGNivis-655f7c269e305d8375cca7e0fef1f4ac08cc7b61.tar.gz
TRPGNivis-655f7c269e305d8375cca7e0fef1f4ac08cc7b61.zip
delete a table
-rw-r--r--readme.rst78
1 files changed, 23 insertions, 55 deletions
diff --git a/readme.rst b/readme.rst
index 3dd6db5..b003488 100644
--- a/readme.rst
+++ b/readme.rst
@@ -27,61 +27,29 @@ Getting Started
To get started with Psi, you can clone the repository and follow the instructions in the README file. The repository includes a comprehensive set of examples that demonstrate the various features of the language.
-
-+---------------------+---------------------+---------------------+
-| Data Structures | Data Types | Keywords |
-+=====================+=====================+=====================+
-| List | Integer | if |
-+---------------------+---------------------+---------------------+
-| Dictionary | Float | else |
-+---------------------+---------------------+---------------------+
-| Set | String | while |
-+---------------------+---------------------+---------------------+
-| Tuple | Boolean | for |
-+---------------------+---------------------+---------------------+
-| | Null | return |
-+---------------------+---------------------+---------------------+
-
-
-+---------------------+---------------------+---------------------+
-| Data Structures | Data Types | Keywords |
-+=====================+=====================+=====================+
-| List | Integer | if |
-+---------------------+---------------------+---------------------+
-| Dictionary | Float | else |
-+---------------------+---------------------+---------------------+
-| Set | Boolean | for |
-+---------------------+---------------------+---------------------+
-| Tuple | String | while |
-+---------------------+---------------------+---------------------+
-| Array | Null | return |
-+---------------------+---------------------+---------------------+
-| Queue | Object | break |
-+---------------------+---------------------+---------------------+
-| Stack | Function | continue |
-+---------------------+---------------------+---------------------+
-| Graph | Class | import |
-+---------------------+---------------------+---------------------+
-| Tree | Interface | from |
-+---------------------+---------------------+---------------------+
-| LinkedList | Enum | as |
-+---------------------+---------------------+---------------------+
-
-Some Other Keywords:
-
-+---------------------+---------------------+---------------------+
-| if | else | elif |
-+---------------------+---------------------+---------------------+
-| for | while | do |
-+---------------------+---------------------+---------------------+
-| switch | case | default |
-+---------------------+---------------------+---------------------+
-| try | catch | finally |
-+---------------------+---------------------+---------------------+
-| throw | assert | import |
-+---------------------+---------------------+---------------------+
-| export | from | as |
-+---------------------+---------------------+---------------------+
++---------------------+---------------------+
+| Data Structures | Data Types |
++=====================+=====================+
+| List | Integer |
++---------------------+---------------------+
+| Dictionary | Float |
++---------------------+---------------------+
+| Set | Boolean |
++---------------------+---------------------+
+| Tuple | String |
++---------------------+---------------------+
+| Array | Null |
++---------------------+---------------------+
+| Queue | Object |
++---------------------+---------------------+
+| Stack | Function |
++---------------------+---------------------+
+| Graph | Class |
++---------------------+---------------------+
+| Tree | Interface |
++---------------------+---------------------+
+| LinkedList | Enum |
++---------------------+---------------------+
Contributing
------------