[package]
name = "ternlang-codegen"
description = "C transpiler backend for the Ternlang compiler — emits C source from the Ternlang AST for native cross-compilation targets."
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
authors.workspace = true
keywords.workspace = true
categories.workspace = true
[dependencies]
ternlang-core = { workspace = true }