Docs.rs
  • maolang-core-0.1.1
    • maolang-core 0.1.1
    • Permalink
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • BradenEverson
    • Dependencies
      • rand ^0.9.0 normal
      • rand_chacha ^0.9.0 normal
    • Versions
    • 100% 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
    • 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

maolang_core0.1.1

Crate Items

  • Structs
  • Enums
  • Constants
  • Traits
  • Type Aliases

List of all items

Structs

  • interp::Interpretter
  • interp::RuntimeError
  • interp::sf::Stack
  • interp::sf::StackFrame
  • parser::Parser
  • parser::ParserRules
  • parser::ast::ParseError
  • tokenizer::Token
  • tokenizer::TokenizeError
  • tokenizer::keyword::KeywordRandomizer

Enums

  • parser::ast::BinaryOp
  • parser::ast::Expr
  • parser::ast::Literal
  • parser::ast::UnaryOp
  • tokenizer::TokenTag
  • tokenizer::keyword::Keyword

Traits

  • tokenizer::Tokenizable

Type Aliases

  • tokenizer::Result

Constants

  • parser::PAREN_PROB
  • parser::VALID_ENDS