Docs.rs
  • mdl_monkey-1.0.0
    • mdl_monkey 1.0.0
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • mdlayher
    • Dependencies
      • getopts ^0.2.21 normal
    • Versions
    • 32.61% 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

mdl_monkey1.0.0

Crate Items

  • Structs
  • Enums
  • Functions
  • Type Aliases

List of all items

Structs

  • ast::ArrayLiteral
  • ast::BlockStatement
  • ast::CallExpression
  • ast::FunctionLiteral
  • ast::HashLiteral
  • ast::IfExpression
  • ast::IndexExpression
  • ast::InfixExpression
  • ast::LetStatement
  • ast::PrefixExpression
  • ast::Program
  • ast::ReturnStatement
  • lexer::Lexer
  • object::Array
  • object::Environment
  • object::Function
  • object::Hash
  • parser::Parser
  • token::Float
  • token::Integer

Enums

  • ast::Expression
  • ast::Node
  • ast::Statement
  • evaluator::Error
  • lexer::Error
  • object::Builtin
  • object::Error
  • object::Hashable
  • object::Object
  • parser::Error
  • parser::Precedence
  • token::Radix
  • token::Token

Functions

  • evaluator::eval

Type Aliases

  • evaluator::Result
  • lexer::Result
  • object::Result
  • parser::Result