Docs.rs
  • parol_runtime-0.20.0
    • parol_runtime 0.20.0
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • jsinger67
    • Dependencies
      • anyhow ^1.0 normal
      • codespan-reporting ^0.11.1 normal
      • derive_builder ^0.12.0 normal
      • function_name ^0.3.0 normal
      • log ^0.4.20 normal
      • once_cell ^1.18 normal
      • parol-macros ^0.2.0 normal
      • petgraph ^0.6.4 normal
      • regex-automata ^0.4.1 normal
      • syntree ^0.14.5 normal
      • syntree_layout ^0.2.0 normal
      • thiserror ^1.0 normal
      • criterion ^0.5.1 dev
      • env_logger ^0.10.0 dev
      • parol-macros ^0.2.0 dev
      • quickcheck ^1.0.3 dev
      • quickcheck_macros ^1.0.0 dev
    • Versions
    • 100% 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

parol_runtime0.20.0

  • Structs
  • Enums
  • Constants
  • Traits
  • Type Aliases
?
Change settings

List of all items

Structs

  • errors::FileSource
  • errors::SyntaxError
  • errors::TokenVec
  • errors::UnexpectedToken
  • lexer::location::Location
  • lexer::location::LocationBuilder
  • lexer::rng::Span
  • lexer::token::Token
  • lexer::token_iter::TokenIter
  • lexer::token_stream::TokenStream
  • lexer::tokenizer::Tokenizer
  • parser::lookahead_dfa::LookaheadDFA
  • parser::lookahead_dfa::Trans
  • parser::parse_type::ParseStack
  • parser::parser_types::LLKParser
  • parser::parser_types::Production

Enums

  • errors::LexerError
  • errors::ParolError
  • errors::ParserError
  • lexer::location::LocationBuilderError
  • parser::parse_tree_type::ParseTreeType
  • parser::parse_type::ParseType

Traits

  • errors::Report
  • lexer::format_token::FormatToken
  • lexer::rng::ToSpan
  • parser::user_access::UserActionsTrait

Type Aliases

  • errors::Result
  • lexer::TerminalIndex
  • lexer::TokenNumber
  • parser::CompiledProductionIndex
  • parser::NonTerminalIndex
  • parser::ProductionIndex
  • parser::ScannerIndex
  • parser::StateIndex
  • parser::parser_types::ParseTree

Constants

  • lexer::INVALID_TOKEN_NUMBER
  • 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
  • parser::INVALID_PROD