Docs.rs
  • qalam-0.3.1
    • qalam 0.3.1
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • ammar-ahmed22
    • Dependencies
      • anyhow ^1.0.86 normal
      • clap ^4.5.21 normal
      • colored ^2.1.0 normal
      • ordered-float ^4.2.2 normal
      • rand ^0.8.5 normal
      • rustyline ^11.0.0 normal
    • Versions
    • 0.75% 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

qalam0.3.1

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions

List of all items

Structs

  • Qalam
  • args::Args
  • callable::class::QalamClass
  • callable::function::QalamFunction
  • callable::instance::QalamInstance
  • environment::Environment
  • error::ErrorReporter
  • error::ParseError
  • error::RuntimeError
  • hashable::HashableMap
  • hashable::HashableRcRefCell
  • interpreter::Interpreter
  • literal::QalamArray
  • native::array_constructor::ArrayConstructorFn
  • native::ceil::CeilFn
  • native::clock::ClockFn
  • native::code::CodeFn
  • native::floor::FloorFn
  • native::indexof::IndexOfFn
  • native::len::LenFn
  • native::max::MaxFn
  • native::min::MinFn
  • native::num::NumFn
  • native::pop::PopFn
  • native::pow::PowFn
  • native::push::PushFn
  • native::random::RandomFn
  • native::random_int::RandomIntFn
  • native::replace::ReplaceFn
  • native::round::RoundFn
  • native::slice::SliceFn
  • native::str::StrFn
  • native::substr::SubstrFn
  • native::typeof_func::TypeofFn
  • parser::Parser
  • resolver::Resolver
  • scanner::Scanner
  • stack::Stack
  • token::Token

Enums

  • ast::expr::Expr
  • ast::stmt::Stmt
  • error::ErrorType
  • literal::Literal
  • resolver::ClassType
  • resolver::FunctionType
  • token::TokenType

Traits

  • ast::visitor::expr::ExprVisitor
  • ast::visitor::stmt::StmtVisitor
  • callable::QalamCallable

Functions

  • native::is_int
  • native::is_neg
  • native::is_usize