diff options
| author | 2023-07-22 10:48:51 +0800 | |
|---|---|---|
| committer | 2023-07-22 10:48:51 +0800 | |
| commit | 655f7c269e305d8375cca7e0fef1f4ac08cc7b61 (patch) | |
| tree | 9d384008cfc6872b7a96dc3ea53a1242c6ebde3b | |
| parent | c282739c54c3568b6b2e928750333946b21c6e49 (diff) | |
| download | TRPGNivis-655f7c269e305d8375cca7e0fef1f4ac08cc7b61.tar.gz TRPGNivis-655f7c269e305d8375cca7e0fef1f4ac08cc7b61.zip | |
delete a table
| -rw-r--r-- | readme.rst | 78 |
1 files changed, 23 insertions, 55 deletions
@@ -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 ------------ |
