Docs.rs
  • parol_runtime-0.7.1
    • parol_runtime 0.7.1
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • jsinger67
    • Dependencies
      • id_tree ^1.8.0 normal
      • id_tree_layout ^2.0.3 normal
      • lazy_static ^1.4.0 normal
      • log ^0.4.17 normal
      • miette ^5.1.0 normal
      • regex ^1.5.6 normal
      • thiserror ^1.0.31 normal
    • Versions
    • 80.14% 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
logo

logo

Crate parol_runtime

logo
Change settings

List of all items

Structs

  • errors::FileSource
  • errors::TokenVec
  • errors::UnexpectedToken
  • lexer::location::Location
  • lexer::owned_token::OwnedToken
  • lexer::token::Token
  • lexer::token_iter::TokenIter
  • lexer::token_stream::TokenStream
  • lexer::tokenizer::Tokenizer
  • parser::lookahead_dfa::DFATransition
  • parser::lookahead_dfa::LookaheadDFA
  • parser::parse_type::ParseStack
  • parser::parser_types::LLKParser
  • parser::parser_types::Production

Enums

  • errors::LookaheadError
  • errors::ParserError
  • parser::parse_tree_stack_entry::ParseTreeStackEntry
  • parser::parse_tree_type::ParseTreeType
  • parser::parse_type::ParseType

Traits

  • lexer::format_token::FormatToken
  • parser::user_access::UserActionsTrait

Typedefs

  • lexer::TerminalIndex
  • parser::NonTerminalIndex
  • parser::ProductionIndex
  • parser::ScannerIndex
  • parser::StateIndex
  • parser::lookahead_dfa::DFAState

Constants

  • lexer::token::BLOCK_COMMENT
  • lexer::token::EOI
  • lexer::token::FIRST_USER_TOKEN
  • lexer::token::LINE_COMMENT
  • lexer::token::NEW_LINE
  • lexer::token::WHITESPACE
  • lexer::tokenizer::ERROR_TOKEN
  • lexer::tokenizer::NEW_LINE_TOKEN
  • lexer::tokenizer::UNMATCHABLE_TOKEN
  • lexer::tokenizer::WHITESPACE_TOKEN