# GlideRS
[](https://crates.io/crates/gliders)
[](https://docs.rs/gliders)
[](https://www.rust-lang.org/)
[](https://opensource.org/license/mit/)
This crate is nowhere near ready for actual use.
## What?
It's my attempt at building my ideal programming language by leveraging another programming language that already comes painfully close. Expect constant breakages and long-term updates.
## How?
This language is built mainly on *pest* and *syn*. In the future I'll use a crate for building a language server.
### Compiler
```bash
cargo install gliders
```
### Macro
```bash
cargo add gliders
```
## Why?
This started out as a few useful macros and helper functions that I thought might be useful to someone else somewhere. Then I started to realise that I was really forcing Rust not to be so low level.