Docs.rs
  • basic-lang-0.7.1
    • basic-lang 0.7.1
    • Permalink
    • Docs.rs crate page
    • Apache-2.0 OR MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • AE9RB
    • Dependencies
      • ansi_term ^0.12 normal
      • chrono ^0.4 normal
      • crc ^1.8 normal
      • ctrlc ^3 normal
      • linefeed ^0.6 normal
      • mortal ^0.2 normal
      • rand ^0.7 normal
      • reqwest ^0.10 normal
    • Versions
    • 22.33% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • 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

basic0.7.1

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • lang::Error
  • lang::Line
  • mach::Function
  • mach::Link
  • mach::Listing
  • mach::Operation
  • mach::Program
  • mach::Runtime
  • mach::Stack
  • mach::Var

Enums

  • lang::ErrorCode
  • lang::ast::Expression
  • lang::ast::Ident
  • lang::ast::Statement
  • lang::ast::Variable
  • lang::token::Ident
  • lang::token::Literal
  • lang::token::Operator
  • lang::token::Token
  • lang::token::Word
  • mach::Event
  • mach::Opcode
  • mach::Val

Traits

  • lang::MaxValue
  • lang::ast::AcceptVisitor
  • lang::ast::Visitor

Functions

  • lang::lex
  • lang::parse

Type Aliases

  • lang::Column
  • lang::LineNumber
  • mach::Address
  • mach::Symbol