Docs.rs
  • kodept-parse-0.3.0
    • kodept-parse 0.3.0
    • Permalink
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • ITesserakt
    • Dependencies
      • cfg-if ^1.0.0 normal
      • derive_more ^1.0.0-beta.7 normal
      • enum-iterator ^2.1.0 normal optional
      • faster-pest ^0.1.4 normal optional
      • 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 ^2.7.11 normal optional
      • rayon ^1.10.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
  • 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

kodept_parse0.3.0

Crate Items

  • Structs
  • Enums
  • Constants
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • common::VerboseEnclosed
  • error::ErrorLocation
  • error::ParseError
  • error::ParseErrors
  • token_match::TokenMatch
  • token_stream::TokenStream
  • token_stream::TokenStreamIndices
  • token_stream::TokenStreamIterator
  • tokenizer::EagerTokenizer
  • tokenizer::LazyTokenizer

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

  • common::EagerTokensProducer
  • common::ErrorAdapter
  • common::RLTProducer
  • common::TokenProducer
  • error::Original
  • lexer::traits::ToRepresentation
  • tokenizer::Tokenizer
  • tokenizer::TokenizerExt

Functions

  • parser::default_parse_from_top
  • parser::parse_from_top

Type Aliases

  • lexer::DefaultLexer
  • lexer::PegLexer
  • parser::DefaultParser
  • parser::PegParser

Constants

  • TRACING_OPTION