ryley 0.1.1

Syntax unifies programmers
Documentation
1
2
3
4
5
6
# 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.