Docs.rs
  • luaparse-0.2.0
    • luaparse 0.2.0
    • Permalink
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • LeshaInc
    • Dependencies
      • colored ^1.9.3 normal
      • phf ^0.8.0 normal
      • unicode-width ^0.1.7 normal
    • Versions
    • 68.13% 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
    • 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

luaparse0.2.0

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions

List of all items

Structs

  • InputCursor
  • Lexer
  • LexerError
  • Parser
  • Position
  • Span
  • ast::AssignmentStat
  • ast::BinOp
  • ast::BinOpExpr
  • ast::Block
  • ast::BlockStat
  • ast::BooleanLit
  • ast::Brackets
  • ast::BreakStat
  • ast::Else
  • ast::ElseIf
  • ast::EmptyStat
  • ast::FunctionBody
  • ast::FunctionCall
  • ast::FunctionExpr
  • ast::GenericFor
  • ast::GotoStat
  • ast::IfStat
  • ast::LabelStat
  • ast::LocalDeclarationStat
  • ast::LocalDefinition
  • ast::Name
  • ast::NilLit
  • ast::NumberLit
  • ast::NumericalFor
  • ast::ParenthesizedExpr
  • ast::ParenthesizedList
  • ast::Punctuated
  • ast::RepeatStat
  • ast::ReturnStat
  • ast::StringLit
  • ast::TableConstructor
  • ast::TableField
  • ast::TokenReference
  • ast::UnOp
  • ast::UnOpExpr
  • ast::Vararg
  • ast::WhileStat
  • error::Error
  • error::ErrorPrinter
  • token::Token

Enums

  • LexerErrorKind
  • ParseError
  • ast::BinOpKind
  • ast::Expr
  • ast::ForStat
  • ast::FunctionArgs
  • ast::FunctionCallee
  • ast::FunctionDeclarationStat
  • ast::FunctionName
  • ast::PrefixExpr
  • ast::Statement
  • ast::TableKey
  • ast::UnOpKind
  • ast::Var
  • ast::VarField
  • error::Severity
  • token::CommentKind
  • token::NumberLiteral
  • token::StringLiteralKind
  • token::Symbol
  • token::SymbolGroup
  • token::TokenKind
  • token::TokenValue

Traits

  • AstDescend
  • HasSpan
  • VisitorMut

Functions

  • parse