[[bin]]
name = "rust-forth-compiler"
path = "src/main.rs"
[dependencies.rust-forth-tokenizer]
version = "0.2.1"
[dependencies.rust-simple-stack-processor]
version = "0.7.1"
[features]
enable_reflection = []
[lib]
name = "rust_forth_compiler"
path = "src/lib.rs"
[package]
authors = ["Frederick Price <rprice@pricemail.ca>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["embedded"]
description = "A Forth compiler written in Rust"
edition = "2024"
homepage = "https://github.com/rickprice/rust-forth-compiler"
keywords = ["forth", "compiler"]
license = "MIT"
name = "rust-forth-compiler"
readme = "README.md"
repository = "https://github.com/rickprice/rust-forth-compiler"
version = "0.5.4"