[dependencies.downcast-rs]
version = "2.0.1"
[lib]
name = "langpipe"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["parsing", "compilers"]
description = "A flexible Rust library for building custom compilers and interpreters with a modular pipeline for lexing, parsing, transforming, optimizing, and generating code."
edition = "2024"
homepage = "https://github.com/Bleb1k/langpipe2"
keywords = ["bytecode-compiler", "compilers", "lexing", "parsing", "codegen"]
license = "MIT"
name = "langpipe"
readme = "README.md"
repository = "https://github.com/Bleb1k/langpipe2"
version = "0.1.0"
[[test]]
name = "stack_lang_to_c"
path = "tests/stack_lang_to_c.rs"