[package]
edition = "2018"
name = "rust-forth-compiler"
version = "0.4.2"
authors = ["Frederick Price <rprice@pricemail.ca>"]
description = "A Forth compiler written in Rust"
homepage = "https://github.com/rickprice/rust-forth-compiler"
keywords = ["forth", "compiler"]
categories = ["embedded"]
license = "MIT"
repository = "https://github.com/rickprice/rust-forth-compiler"
[dependencies.rust-forth-tokenizer]
version = "0.1.0"
[dependencies.rust-simple-stack-processor]
version = "0.2.0"
[features]
track-forth-compiler-metadata = []