aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/readme.rst
diff options
context:
space:
mode:
Diffstat (limited to 'readme.rst')
-rw-r--r--readme.rst46
1 files changed, 23 insertions, 23 deletions
diff --git a/readme.rst b/readme.rst
index 65a0725..b3d8f09 100644
--- a/readme.rst
+++ b/readme.rst
@@ -27,29 +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* | *Special Characters* |
-+=====================+=====================+=================================+=========================================+
-| List | Integer | `reply` `ask` | `?`: if, `!`: else, `|`: condition |
-+---------------------+---------------------+---------------------------------+-----------------------------------------+
-| Dictionary | Float | `import` `export` | `==` `<` `>` `!=` `~=` `=` |
-+---------------------+---------------------+---------------------------------+-----------------------------------------+
-| Set | Boolean | `def` `call` | `&`: parallel, `~`: delay |
-+---------------------+---------------------+---------------------------------+-----------------------------------------+
-| Tuple | String | `list` `dict` `set` `tuple` | `#` `""""...""""` |
-+---------------------+---------------------+---------------------------------+-----------------------------------------+
-| Array | Null | `try` `catch` `assert` | `>>`: output stream, `<<`: input stream |
-+---------------------+---------------------+---------------------------------+-----------------------------------------+
-| Queue | Object | `alias` | `@`: hook events |
-+---------------------+---------------------+---------------------------------+-----------------------------------------+
-| Stack | Function | `wait` `async` `cancel` `yield` | `*`: repeat |
-+---------------------+---------------------+---------------------------------+-----------------------------------------+
-| Graph | Class | `match` `search` `replace` | `&&`: and, `||`: or, `!`: not |
-+---------------------+---------------------+---------------------------------+-----------------------------------------+
-| Tree | Interface | `namespace` | `{}`: code block, refer |
-+---------------------+---------------------+---------------------------------+-----------------------------------------+
-| LinkedList | Enum | `loop` `break` `continue` | `=>`: functional program |
-+---------------------+---------------------+---------------------------------+-----------------------------------------+
++---------------------+---------------------+-----------------------------------------+---------------------------------------------+
+| *Data Structures* | *Data Types* | *keywords* | *Special Characters* |
++=====================+=====================+=========================================+=============================================+
+| List | Integer | ``reply`` ``ask`` | ``?``: if, ``!``: else, ``|``: condition |
++---------------------+---------------------+-----------------------------------------+---------------------------------------------+
+| Dictionary | Float | ``import`` ``export`` | ``==`` ``<`` ``>`` ``!=`` ``~=`` ``=`` |
++---------------------+---------------------+-----------------------------------------+---------------------------------------------+
+| Set | Boolean | ``def`` ``call`` | ``&``: parallel, ``~``: delay |
++---------------------+---------------------+-----------------------------------------+---------------------------------------------+
+| Tuple | String | ``list`` ``dict`` ``set`` ``tuple`` | ``#`` ``""""...""""`` |
++---------------------+---------------------+-----------------------------------------+---------------------------------------------+
+| Array | Null | ``try`` ``catch`` ``assert`` | ``>>``: output stream, ``<<``: input stream |
++---------------------+---------------------+-----------------------------------------+---------------------------------------------+
+| Queue | Object | ``alias`` | ``@``: hook events |
++---------------------+---------------------+-----------------------------------------+---------------------------------------------+
+| Stack | Function | ``wait`` ``async`` ``cancel`` ``yield`` | ``*``: repeat |
++---------------------+---------------------+-----------------------------------------+---------------------------------------------+
+| Graph | Class | ``match`` ``search`` ``replace`` | ``&&``: and, ``||``: or, ``!``: not |
++---------------------+---------------------+-----------------------------------------+---------------------------------------------+
+| Tree | Interface | ``namespace`` | ``{}``: code block, refer |
++---------------------+---------------------+-----------------------------------------+---------------------------------------------+
+| LinkedList | Enum | ``loop`` ``break`` ``continue`` | ``=>``: functional program |
++---------------------+---------------------+-----------------------------------------+---------------------------------------------+
Contributing
------------