Docs.rs
  • krab-0.1.1
    • krab 0.1.1
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • tAtomDev
    • Dependencies
      • colored ^2.0 normal
      • thiserror ^1.0.39 normal
    • 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
logo

logo

Crate krab

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

List of all items

Structs

  • common::Span
  • common::tokens::Token
  • core::ast::Identifier
  • core::lexer::Lexer
  • core::parser::Parser
  • runtime::Environment
  • runtime::Function
  • runtime::Interpreter
  • runtime::Variable

Enums

  • common::ControlFlow
  • common::SpanKind
  • common::Type
  • common::Value
  • common::tokens::Associativity
  • common::tokens::Keyword
  • common::tokens::Literal
  • common::tokens::Operator
  • common::tokens::Punctuation
  • common::tokens::TokenKind
  • core::ast::Expression
  • core::ast::IdentifierKind
  • core::ast::Node
  • core::ast::Statement
  • core::lexer::LexicalError
  • core::parser::ParserError
  • runtime::EvalResult
  • runtime::RuntimeError

Functions

  • util::can_lexer_skip

Type Definitions

  • core::ast::Body

Constants

  • common::tokens::SEMICOLON_TOKEN