Docs.rs
  • endbasic-core-0.10.0
    • endbasic-core 0.10.0
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • jmmv
    • Dependencies
      • async-channel ^1.5 normal
      • async-recursion ^0.3 normal
      • async-trait ^0.1 normal
      • thiserror ^1.0 normal
      • futures-lite ^1.1 dev
      • tokio ^1 dev
    • Versions
    • 100% 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 endbasic_core

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

List of all items

Structs

  • LineCol
  • ast::ArgSpan
  • ast::ArrayAssignmentSpan
  • ast::AssignmentSpan
  • ast::BinaryOpSpan
  • ast::BooleanSpan
  • ast::BuiltinCallSpan
  • ast::CaseSpan
  • ast::DataSpan
  • ast::DimArraySpan
  • ast::DimSpan
  • ast::DoSpan
  • ast::DoubleSpan
  • ast::EndSpan
  • ast::ExitDoSpan
  • ast::ForSpan
  • ast::FunctionCallSpan
  • ast::GotoSpan
  • ast::IfBranchSpan
  • ast::IfSpan
  • ast::IntegerSpan
  • ast::LabelSpan
  • ast::ReturnSpan
  • ast::SelectSpan
  • ast::SymbolSpan
  • ast::TextSpan
  • ast::UnaryOpSpan
  • ast::VarRef
  • ast::WhileSpan
  • bytecode::Image
  • bytecode::JumpIfBoolSpan
  • bytecode::JumpIfDefinedSpan
  • bytecode::JumpSpan
  • bytecode::UnsetSpan
  • compiler::Error
  • eval::Error
  • exec::Machine
  • syms::Array
  • syms::CallableMetadata
  • syms::CallableMetadataBuilder
  • syms::Symbols

Enums

  • ast::ArgSep
  • ast::CaseGuardSpan
  • ast::CaseRelOp
  • ast::DoGuard
  • ast::Expr
  • ast::OnErrorSpan
  • ast::Statement
  • ast::Value
  • ast::VarType
  • bytecode::ErrorHandlerSpan
  • bytecode::Instruction
  • exec::Error
  • exec::Signal
  • exec::StopReason
  • syms::CallError
  • syms::Symbol

Traits

  • exec::Clearable
  • syms::Command
  • syms::Function

Functions

  • compiler::compile
  • eval::eval_all

Type Definitions

  • bytecode::Address
  • compiler::Result
  • eval::Result
  • exec::Result
  • exec::YieldNowFn
  • syms::CommandResult
  • syms::FunctionResult