Docs.rs
  • cas-compiler-0.2.0
    • cas-compiler 0.2.0
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • ElectrifyPro
    • Dependencies
      • ariadne ^0.2.0 normal
      • cas-attrs ^0.2.0 normal
      • cas-compute ^0.2.0 normal
      • cas-error ^0.2.0 normal
      • cas-parser ^0.2.0 normal
    • Versions
    • 96.45% of the crate is documented
  • Platform
    • i686-unknown-linux-gnu
    • 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

cas_compiler0.2.0

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions

List of all items

Structs

  • Chunk
  • Compiler
  • CompilerState
  • Label
  • NewChunk
  • error::MissingArgument
  • error::OverrideBuiltinConstant
  • error::OverrideBuiltinFunction
  • error::TooManyArguments
  • error::UnknownFunction
  • error::UnknownVariable
  • instruction::Instruction
  • item::BuiltinCall
  • item::FuncDecl
  • item::SymbolDecl
  • item::UserCall
  • sym_table::Scope
  • sym_table::ScopeId
  • sym_table::SymbolTable

Enums

  • instruction::InstructionKind
  • item::Func
  • item::Item
  • item::Symbol

Traits

  • Compile

Functions

  • expr::compile_stmts