diff options
| -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 | -+=====================+=====================+ -| List | Integer | -+---------------------+---------------------+ -| Dictionary | Float | -+---------------------+---------------------+ -| Set | Boolean | -+---------------------+---------------------+ -| Tuple | String | -+---------------------+---------------------+ -| Array | Null | -+---------------------+---------------------+ -| Queue | Object | -+---------------------+---------------------+ -| Stack | Function | -+---------------------+---------------------+ -| Graph | Class | -+---------------------+---------------------+ -| Tree | Interface | -+---------------------+---------------------+ -| LinkedList | Enum | -+---------------------+---------------------+ ++---------------------+---------------------+---------------------------------+-----------------------------------------+ +| 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 ------------ |
