Docs.rs
  • lumesh-0.7.6
    • lumesh 0.7.6
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • superiums
    • Dependencies
      • chrono ^0.4.40 normal
      • clap ^4.5.35 normal optional
      • common_macros ^0.1 normal
      • crossterm ^0.29 normal
      • csv ^1.3.1 normal
      • ctrlc ^3.2 normal optional
      • detached-str ^0.1 normal
      • dirs ^6.0 normal
      • dunce ^1.0 normal
      • glob ^0.3.2 normal
      • inquire ^0.7.5 normal
      • lazy_static ^1.4 normal
      • nom ^7.0 normal
      • os_info ^3.10 normal
      • portable-pty ^0.9.0 normal
      • rand ^0.9.1 normal
      • regex-lite ^0.1.6 normal
      • rpassword ^7.3 normal
      • rustc-hash ^2.1.1 normal
      • rustyline ^17.0.0 normal optional
      • snailquote ^0.3 normal
      • tabled ^0.20.0 normal
      • textwrap ^0.16.2 normal
      • thiserror ^2.0.12 normal
      • tinyjson ^2.5.1 normal
      • toml ^0.8.22 normal
      • criterion ^0.3 dev
      • libc ^0.2.172 normal
      • nix ^0.30.1 normal
      • winapi ^0.3.9 normal
    • Versions
    • 0.39% 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

lumesh0.7.6

  • All Items

Crate Items

  • Re-exports
  • Modules
  • Structs
  • Enums
  • Constants
  • Statics
  • Functions
  • Type Aliases

Crate lumesh

Source

Re-exports§

pub use runtime::parse;
pub use runtime::parse_and_eval;
pub use syntax::highlight;
pub use modules::get_builtin;

Modules§

ai
cmdhelper
eval
keyhandler
modules
prompt
repl
runtime
syntax

Structs§

Builtin
Environment
ModuleInfo
RuntimeError
SliceParams
SyntaxError
Token

Enums§

Diagnostic
Expression
LmError
RuntimeErrorKind
SyntaxErrorKind
TokenKind

Constants§

VERSION

Statics§

MAX_RUNTIME_RECURSION
MAX_SYNTAX_RECURSION
PRINT_DIRECT

Functions§

parse_script
parse_script_tokens
tokenize
tokenize_source
use_script

Type Aliases§

DefaultHasher
Int