Docs.rs
  • kodept-parse-0.2.0
    • kodept-parse 0.2.0
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • ITesserakt
    • Dependencies
      • derive_more ^0.99 normal
      • enum-iterator ^2.1.0 normal optional
      • extend ^1.2 normal
      • gag ^1.0.0 normal optional
      • itertools ^0.13 normal
      • kodept-core ^0.2 normal
      • nom ^7.1 normal optional
      • nom-supreme ^0.8.0 normal optional
      • nonempty-collections ^0.2.5 normal
      • peg ^0.8.3 normal optional
      • pest_typed ^0.15.0 normal optional
      • pest_typed_derive ^0.15.0 normal optional
      • thiserror ^1.0.44 normal
      • tracing ^0.1.40 normal
      • criterion ^0.5.1 dev
      • lazy_static ^1.5.0 dev
      • rstest ^0.19.0 dev
      • similar-asserts ^1.5.0 dev
    • Versions
    • 0% of the crate is documented
  • Go to latest version
  • 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

kodept_parse0.2.0

  • Macros
  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • error::ErrorLocation
  • error::ParseError
  • error::ParseErrors
  • token_match::TokenMatch
  • token_stream::TokenStream
  • token_stream::TokenStreamIndices
  • token_stream::TokenStreamIterator

Enums

  • lexer::enums::BitOperator
  • lexer::enums::ComparisonOperator
  • lexer::enums::Identifier
  • lexer::enums::Ignore
  • lexer::enums::Keyword
  • lexer::enums::Literal
  • lexer::enums::LogicOperator
  • lexer::enums::MathOperator
  • lexer::enums::Operator
  • lexer::enums::Symbol
  • lexer::enums::Token

Traits

  • error::Original
  • lexer::traits::ToRepresentation

Macros

  • function

Functions

  • parse_from_top

Type Aliases

  • grammar::KodeptParser
  • tokenizer::Tokenizer