rust-forth-compiler 0.4.1

A Forth compiler written in Rust
Documentation
[package]

name = "rust-forth-compiler"

version = "0.4.1"

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"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html



[dependencies]

rust-simple-stack-processor = "0.2.0"

rust-forth-tokenizer= "0.0.5"



[features]

track-forth-compiler-metadata=[]