rust-forth-compiler 0.5.4

A Forth compiler written in Rust
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "rust-forth-compiler"
version = "0.5.4"
dependencies = [
 "rust-forth-tokenizer",
 "rust-simple-stack-processor",
]

[[package]]
name = "rust-forth-tokenizer"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a0ff33a8de1add4d0df75ab868013afcb400187db24b7f923f71797e37476be0"

[[package]]
name = "rust-simple-stack-processor"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "affcd2e29fefa86755d03563a2f14618ded8fd4e42d28c9dad53af6f8d87c9a6"