Docs.rs
  • bnf_syntax_parser-0.1.0
    • bnf_syntax_parser 0.1.0
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • Equescript
    • Dependencies
    • 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
    • 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

bnf_syntax_parser0.1.0

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • BNFRule
  • BNFRules
  • ParseTree
  • Parser
  • debug_recorder::Recorder
  • error::ParseError
  • error::ParseErrorLocation

Enums

  • BNFDescription
  • MatchRecord
  • ParseTreeNode
  • debug_recorder::ParseProcessRecord
  • error::ParseErrorType
  • error::ParserError
  • error::RuleParseError

Traits

  • Token
  • TokenType

Functions

  • debug_recorder::active_recorder
  • debug_recorder::active_recorder_index
  • debug_recorder::close_recorder
  • debug_recorder::new_recorder
  • debug_recorder::record_best_match
  • debug_recorder::record_rule_end
  • debug_recorder::record_step
  • debug_recorder::record_traceback
  • debug_recorder::record_traceback_record
  • debug_recorder::set_active_recorder

Type Aliases

  • DescriptionIndex
  • RuleIndex
  • TokenIndex
  • error::ParserResult