rust-forth-compiler 0.4.2

A Forth compiler written in Rust
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "rust-forth-compiler"
version = "0.4.2"
dependencies = [
 "rust-forth-tokenizer 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "rust-simple-stack-processor 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

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

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

[metadata]
"checksum rust-forth-tokenizer 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e0f8a0702933a1553d9636897b27d8f05a103ee2801917c13a068846d6cf989d"
"checksum rust-simple-stack-processor 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "535ec8be66ddca9cfaa177bd13ef546aa6b1b240a8ee115ec25f22614d0cdab8"