galvan 0.0.3

A higher-level programming language that transpiles to Rust
Documentation
[dependencies.anyhow]
version = "1.0.86"

[dependencies.galvan-transpiler]
version = "0.0.3"

[dependencies.itertools]
version = "0.13.0"

[features]
build = ["galvan-transpiler/exec"]

[lib]
name = "galvan"
path = "src/lib.rs"

[package]
authors = ["Antonius Naumann"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A higher-level programming language that transpiles to Rust"
edition = "2021"
license = "MIT"
name = "galvan"
readme = "README.md"
version = "0.0.3"