Docs.rs
  • kindelia_lang-0.1.7
    • kindelia_lang 0.1.7
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • steinerkelvin
    • Dependencies
      • hex ^0.4 normal
      • kindelia_common ^0.1.7 normal
      • serde ^1.0.137 normal
      • thiserror ^1.0.37 normal
    • Versions
    • 4.1% of the crate is documented
  • Platform
    • i686-unknown-linux-gnu
    • 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

kindelia_lang0.1.7

Crate Items

  • Structs
  • Enums
  • Functions
  • Type Aliases

List of all items

Structs

  • ast::Func
  • ast::Name
  • ast::Rule
  • ast::Signature
  • ast::U120
  • ast::Var
  • parser::ParseErr

Enums

  • ast::Op
  • ast::Oper
  • ast::Statement
  • ast::Term

Functions

  • ast::remove_sign
  • ast::set_sign
  • ast::view_statement
  • ast::view_statement_header
  • ast::view_statements
  • parser::parse_char
  • parser::parse_code
  • parser::parse_hex
  • parser::parse_name
  • parser::parse_numb
  • parser::parse_oper
  • parser::parse_rule
  • parser::parse_rules
  • parser::parse_sign
  • parser::parse_statement
  • parser::parse_statements
  • parser::parse_strict_name
  • parser::parse_term
  • parser::parse_until

Type Aliases

  • parser::ParseResult