cemc 0.1.2

Cem language compiler - A concatenative language with green threads and linear types
Documentation
[[bin]]
name = "cem"
path = "src/main.rs"

[dependencies.clap]
features = ["derive", "cargo"]
version = "4.5"

[dependencies.clap_complete]
version = "4.5"

[[example]]
name = "compile_echo"
path = "examples/compile_echo.rs"

[[example]]
name = "compile_hello_io"
path = "examples/compile_hello_io.rs"

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

[package]
authors = ["Ed Sweeney <ed@onextent.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["compilers", "concurrency", "development-tools"]
description = "Cem language compiler - A concatenative language with green threads and linear types"
documentation = "https://github.com/navicore/cem"
edition = "2024"
exclude = ["target/", "runtime/*.o", "runtime/*.a", "tests/test_*", "*_exe", "*.ll"]
homepage = "https://github.com/navicore/cem"
keywords = ["compiler", "concatenative", "green-threads", "llvm", "linear-types"]
license = "MIT"
name = "cemc"
readme = "README.md"
repository = "https://github.com/navicore/cem"
version = "0.1.2"

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