Docs.rs
  • xlang-syntax-0.0.5-alpha
    • xlang-syntax 0.0.5-alpha
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • crates.io
    • Source
    • Owners
    • trimorphdev
    • Dependencies
      • lalrpop-util ^0.19.8 normal
      • lalrpop ^0.19.8 build
    • Versions
    • 51.48% of the crate is documented
  • 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
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

xlang_syntax0.0.5-alpha

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • ast::Assign
  • ast::Atom
  • ast::Binary
  • ast::Block
  • ast::Bool
  • ast::Break
  • ast::Call
  • ast::Continue
  • ast::Else
  • ast::ElseIf
  • ast::Fun
  • ast::Ident
  • ast::If
  • ast::InlineFun
  • ast::ListLit
  • ast::MapLit
  • ast::None
  • ast::Num
  • ast::Range
  • ast::Return
  • ast::Str
  • ast::Struct
  • ast::StructProp
  • ast::Unary
  • ast::Var
  • ast::VarPatternList
  • ast::VarPatternMap
  • ast::While

Enums

  • ast::AssignOp
  • ast::BinaryOp
  • ast::Expr
  • ast::IfBranch
  • ast::MapPair
  • ast::NumKind
  • ast::PatternExpr
  • ast::RangeOp
  • ast::StructMember
  • ast::UnaryOp
  • ast::VarDeco
  • ast::VarKind

Traits

  • ast::Locate

Functions

  • parse
  • parse_expr

Type Aliases

  • ast::Loc