2 releases

0.1.1 Dec 19, 2024
0.1.0 Nov 26, 2024

#740 in Algorithms

Download history 117/week @ 2024-11-22 26/week @ 2024-11-29 9/week @ 2024-12-06 61/week @ 2024-12-13 44/week @ 2024-12-20 1/week @ 2025-01-03 2/week @ 2025-01-10

81 downloads per month

MIT/Apache

215KB
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 Interface
  • Linear
    • Array
    • Vector
  • Unique
    • OrdSet
    • HashSet
  • Indexed
    • OrdDict
    • HashDict

No runtime deps

Features