Docs.rs
  • bedrock-vm-0.2.1
    • bedrock-vm 0.2.1
    • Permalink
    • Docs.rs crate page
    • GPL-3.0-or-later
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • zimlit
    • Dependencies
      • clap ^3.2.8 normal
      • pest ^2.1.3 normal
      • pest_derive ^2.1.0 normal
      • rustyline ^9.1.0 normal
    • Versions
    • 0.63% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

bedrock_vm0.2.1

Crate Items

  • Structs
  • Enums
  • Functions

List of all items

Structs

  • assembler::AsmParser
  • assembler::Program
  • repl::Repl
  • vm::VM

Enums

  • assembler::DataItem
  • assembler::Instruction
  • assembler::JmpArg
  • assembler::ParseError
  • assembler::Rule
  • instruction::Opcode
  • vm::CmpFlag

Functions

  • assembler::assemble