Docs.rs
  • pag-parser-0.1.0-alpha.1
    • pag-parser 0.1.0-alpha.1
    • Permalink
    • Docs.rs crate page
    • MIT/Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • SchrodingerZhu
    • Dependencies
      • ariadne ^0.2 normal
      • lazy_static ^1 normal
      • pag-lexer ^0.1.0-alpha.1 normal
      • pest ^2.5.7 normal
      • pest_derive ^2.5.7 normal
      • proc-macro2 ^1.0 normal
      • quote ^1.0.26 normal
      • smallvec ^1 normal
      • thiserror ^1 normal
      • typed-arena ^2.0.2 normal
    • Versions
    • 2.63% 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

pag_parser0.1.0-alpha.1

Crate Items

  • Macros
  • Structs
  • Enums
  • Functions
  • Type Aliases

List of all items

Structs

  • core_syntax::ParserRule
  • frontend::GrammarParser
  • frontend::WithSpan
  • frontend::lexical::LexerDatabase
  • frontend::lexical::LexerRule
  • frontend::syntax::Parser
  • type_system::Type
  • type_system::binding_proxy::BindingProxy
  • utilities::Symbol

Enums

  • Error
  • core_syntax::Term
  • frontend::Error
  • frontend::GrammarDefinitionError
  • frontend::Rule
  • frontend::SurfaceSyntaxTree
  • type_system::TypeError

Macros

  • span_errors

Functions

  • core_syntax::allocate_term
  • frontend::parse
  • frontend::syntax::construct_parser
  • frontend::unicode::encode_char
  • frontend::unicode::encode_range
  • generate_parser
  • type_system::type_check

Type Aliases

  • core_syntax::BindingContext
  • core_syntax::TermArena
  • core_syntax::TermPtr
  • frontend::SpanBox