Docs.rs
  • hvm-core-0.2.9
    • hvm-core 0.2.9
    • Docs.rs crate page
    • MIT
    • Links
    • crates.io
    • Source
    • Owners
    • VictorTaelin
    • developedby
    • Dependencies
      • nohash-hasher ^0.2.0 normal
      • criterion ^0.5.1 dev
      • insta ^1.34.0 dev
    • Versions
    • 0% of the crate is documented
  • Go to latest version
  • 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
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

hvmc0.2.9

  • Structs
  • Enums
  • Constants
  • Functions
  • Type Aliases
?
Change settings

List of all items

Structs

  • ast::Net
  • run::APtr
  • run::Area
  • run::AtomicRewrites
  • run::Book
  • run::Def
  • run::Heap
  • run::Net
  • run::Ptr
  • run::Rewrites

Enums

  • ast::Parent
  • ast::Tree
  • run::Trg

Functions

  • ast::book_from_runtime
  • ast::book_to_runtime
  • ast::consume
  • ast::do_parse_book
  • ast::do_parse_net
  • ast::do_parse_tree
  • ast::letters_to_name
  • ast::letters_to_val
  • ast::name_to_letters
  • ast::name_to_val
  • ast::net_from_runtime
  • ast::net_to_runtime
  • ast::num_to_str
  • ast::parse_book
  • ast::parse_decimal
  • ast::parse_name
  • ast::parse_net
  • ast::parse_opx_lit
  • ast::parse_tree
  • ast::port_to_tag
  • ast::runtime_def_to_runtime_net
  • ast::runtime_net_to_runtime_def
  • ast::show_book
  • ast::show_net
  • ast::show_runtime_book
  • ast::show_runtime_net
  • ast::show_runtime_tree
  • ast::show_tree
  • ast::tag_to_port
  • ast::tree_from_runtime
  • ast::tree_from_runtime_go
  • ast::tree_to_runtime
  • ast::tree_to_runtime_go
  • ast::val_to_letters
  • ast::val_to_name
  • jit::atom
  • jit::compile_book
  • jit::compile_term
  • jit::ident
  • jit::tag
  • u60::add
  • u60::and
  • u60::div
  • u60::eq
  • u60::gt
  • u60::gte
  • u60::lsh
  • u60::lt
  • u60::lte
  • u60::max
  • u60::min
  • u60::mul
  • u60::ne
  • u60::new
  • u60::not
  • u60::or
  • u60::rem
  • u60::rsh
  • u60::show
  • u60::sub
  • u60::val
  • u60::xor

Type Aliases

  • ast::Book
  • run::AVal
  • run::Data
  • run::Lab
  • run::Loc
  • run::Port
  • run::Tag
  • run::Val

Constants

  • run::ADD
  • run::AND
  • run::DIV
  • run::DUP
  • run::END
  • run::EQ
  • run::ERA
  • run::ERAS
  • run::GONE
  • run::GT
  • run::GTE
  • run::LAM
  • run::LOCK
  • run::LSH
  • run::LT
  • run::LTE
  • run::MAT
  • run::MOD
  • run::MUL
  • run::NE
  • run::NOT
  • run::NULL
  • run::NUM
  • run::OP1
  • run::OP2
  • run::OR
  • run::P1
  • run::P2
  • run::RD1
  • run::RD2
  • run::REF
  • run::ROOT
  • run::RSH
  • run::SUB
  • run::TUP
  • run::VR1
  • run::VR2
  • run::XOR