gliders 0.0.2

A simple but expressive programming language which transpiles to Rust.
Documentation
[[bin]]
name = "gliders"
path = "src/main.rs"

[dependencies.pest]
version = "2.8.1"

[dependencies.pest_derive]
version = "2.8.1"

[dependencies.proc-macro2]
version = "1.0.97"

[dependencies.quote]
version = "1.0.40"

[dependencies.syn]
features = ["full"]
version = "2.0.105"

[lib]
name = "gliders"
path = "src/lib.rs"
proc-macro = true

[package]
authors = ["Glenn Wallace glennw-coding@proton.me"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools", "parser-implementations"]
description = "A simple but expressive programming language which transpiles to Rust."
edition = "2024"
keywords = ["compiler", "convenience", "parser"]
license = "MIT"
license-file = "LICENSE"
name = "gliders"
readme = "README.md"
repository = "https://github.com/Stack-Syndicate/gliders"
version = "0.0.2"

[[test]]
name = "basic"
path = "tests/basic.rs"