nand2tetris_vmtranslator_rust

Crates.ionand2tetris_vmtranslator_rust
lib.rsnand2tetris_vmtranslator_rust
version1.0.0
created_at2025-06-01 13:19:51.700557+00
updated_at2025-06-01 13:19:51.700557+00
descriptionA Rust implementation of the vm translator for the nand2tetris course
homepage
repositoryhttps://gitee.com/eshangrao/nand2tetris_rust
max_upload_size
id1697161
size58,756
(flyInRust)

documentation

README

nand2tetris_vmtranslator_rust

A Rust implementation of the vm translator for the nand2tetris course

usage

cargo install nand2tetris_vmtranslator_rust

Usage: nand2tetris_vmtranslator_rust [OPTIONS] <VM_FILE>

Arguments:
  <VM_FILE>  the path of virtual machine file or A folder containing multiple VM files

Options:
  -n, --not-append-bootstrap  auto append bootstrap code in the head
  -h, --help                  Print help
  -V, --version               Print version

Commit count: 0

cargo fmt