rust-forth-compiler 0.5.3

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.5.3"
dependencies = [
 "rust-forth-tokenizer 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "rust-simple-stack-processor 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

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

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

[metadata]
"checksum rust-forth-tokenizer 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "452a05e3c50cf72a2cb211e7741e3fa5d4e14f4bf95e51868d6b7ea4d6d1665e"
"checksum rust-simple-stack-processor 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3b4f8193dd469b5c1fae563a9432eb8f9164d7b19fa059af01600379aee1353e"