1 unstable release
0.1.0 | Nov 26, 2024 |
---|
#706 in Algorithms
146 downloads per month
210KB
3.5K
SLoC
Ryley - Syntax unifies programmers
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.
lib.rs
:
Package ryley
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.
Modules:
structs
UDSI
- Unified Data Structure InterfaceLinear
Array
Vector
Unique
OrdSet
HashSet
Indexed
OrdDict
HashDict