diff options
Diffstat (limited to 'readme.rst')
| -rw-r--r-- | readme.rst | 46 |
1 files changed, 23 insertions, 23 deletions
@@ -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 ------------ |
