Docs.rs
  • cpast-0.5.0
    • cpast 0.5.0
    • Docs.rs crate page
    • GPL-3.0-or-later
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • rootCircle
    • Dependencies
      • clap ^4.5.13 normal
      • clap_complete ^4.5.12 normal
      • cli-clipboard ^0.4.0 normal optional
      • colored ^2.1.0 normal
      • futures ^0.3.30 normal
      • rand ^0.8.5 normal
      • tokio ^1.39.2 normal
      • unicode-segmentation ^1.11.0 normal
      • which ^6.0.2 normal
    • Versions
    • 33.93% 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

cpast0.5.0

  • Structs
  • Enums
  • Constants
  • Functions

List of all items

Structs

  • clex_language::ast::ClexLanguageAST
  • clex_language::generator::Generator
  • clex_language::lexer::Token
  • clex_language::lexer::Tokens
  • clex_language::parser::Parser

Enums

  • clex_language::ast::CharacterSet
  • clex_language::ast::DataType
  • clex_language::ast::PositiveReferenceType
  • clex_language::ast::ReferenceType
  • clex_language::ast::UnitExpression
  • clex_language::clex_error_type::ClexErrorType
  • clex_language::clex_error_type::ParentErrorType
  • clex_language::lexer::TokenType

Functions

  • compile_and_test
  • generator
  • get_ast
  • get_tokens

Constants

  • DEFAULT_FAIL_EXIT_CODE
  • clex_language::ast::DEFAULT_CHARSET
  • clex_language::ast::DEFAULT_POSITIVE_RANGE_MAX_VALUE
  • clex_language::ast::DEFAULT_POSITIVE_RANGE_MIN_VALUE
  • clex_language::ast::DEFAULT_QUANTIFIER_VALUE
  • clex_language::ast::DEFAULT_RANGE_MAX_VALUE
  • clex_language::ast::DEFAULT_RANGE_MIN_VALUE
  • clex_language::ast::MAX_STRING_SIZE