Docs.rs
  • bnf_rules_parser-0.1.7
    • bnf_rules_parser 0.1.7
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • bea4dev
    • Dependencies
      • derivative ^2.2.0 normal
      • either ^1.8.1 normal
      • litrs ^0.4.0 normal
      • proc-macro2 ^1.0 normal
      • quote ^1.0 normal
      • regex ^1.7.1 normal
      • syn ^1.0 normal
    • 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

bnf_rules_parser0.1.7

  • All Items

Crate Items

  • Modules
  • Structs
  • Enums
  • Constants
  • Functions

Crate bnf_rules_parser

Source

Modules§

lexer
parser

Structs§

BNFRule
LRGroup
LRItem
NonDuplicateNumber
ParserGenerator
SinglePatternRule
TokenParser

Enums§

BNFSymbol
Operation

Constants§

OPERATION_ACCEPT
OPERATION_GOTO
OPERATION_NONE
OPERATION_REDUCE
OPERATION_SHIFT

Functions§

parse_rules