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
    • 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

Module ast

basic0.7.1

Module ast

Module Items

  • Enums
  • Traits

In basic::lang

Modules

  • ast
  • token

Structs

  • Error
  • Line

Enums

  • ErrorCode

Traits

  • MaxValue

Functions

  • lex
  • parse

Type Aliases

  • Column
  • LineNumber
basic::lang

Module ast

Settings
Help
Source

Enums§

Expression
Ident
Statement
Variable

Traits§

AcceptVisitor
Visitor