| Crates.io | ryley |
| lib.rs | ryley |
| version | 0.1.1 |
| created_at | 2024-11-26 12:51:11.742078+00 |
| updated_at | 2024-12-19 14:36:27.149856+00 |
| description | Syntax unifies programmers |
| homepage | |
| repository | https://codeberg.org/ministry460/ryley |
| max_upload_size | |
| id | 1461638 |
| size | 271,173 |
Ryley is an attempt at a high level programming language in which users can define their own syntax, all implemented in Rust. Currently it functions (or rather aspires to be) a standard library.
At the moment Ryley only contains wrappers for various data structures such as Array, Vector, OrdSet, HashSet, OrdDict, HashDict... and that was all.