gliders 0.0.3

A simple but expressive programming language which transpiles to Rust.
Documentation

GlideRS

Crates.io Docs.rs Rust License

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

cargo install gliders

Macro

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.