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