Docs.rs
  • monkey-compiler-0.9.1
    • monkey-compiler 0.9.1
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • gengjiawen
    • Dependencies
      • byteorder ^1.4.3 normal
      • lazy_static ^1.4.0 normal
      • monkey-object ^0.9.1 normal
      • monkey-parser ^0.9.1 normal
      • strum ^0.24.1 normal
      • strum_macros ^0.24 normal
    • Versions
    • 1.1% 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

compiler0.9.1

Crate Items

  • Structs
  • Enums
  • Constants
  • Functions

List of all items

Structs

  • compiler::Bytecode
  • compiler::Compiler
  • compiler::EmittedInstruction
  • op_code::DEFINITIONS
  • op_code::Instructions
  • op_code::OpcodeDefinition
  • op_code::OpcodeIter
  • symbol_table::Symbol
  • symbol_table::SymbolTable
  • vm::VM

Enums

  • op_code::Opcode
  • symbol_table::SymbolScope

Functions

  • op_code::cast_u8_to_opcode
  • op_code::concat_instructions
  • op_code::make_instructions
  • op_code::read_operands

Constants

  • vm::GLOBAL_SIZE