Docs.rs
repl-core-1.7.0
repl-core 1.7.0
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
jaschadub
Dependencies
anyhow ^1.0
normal
chrono ^0.4
normal
futures ^0.3
normal
rand ^0.8
normal
rand_chacha ^0.3
normal
serde ^1.0
normal
serde_json ^1.0
normal
symbi-runtime ^1.7.0
normal
thiserror ^1.0
normal
tokio ^1.0
normal
tracing ^0.1
normal
uuid ^1.0
normal
tokio-test ^0.4
dev
Versions
27.72%
of the crate is documented
Platform
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
Skip to main content
Module lexer
repl_
core
1.7.0
Module lexer
Module Items
Structs
Enums
In repl_
core::
dsl
repl_core
::
dsl
Module
lexer
Copy item path
Source
Expand description
Lexer for the Symbiont DSL
Converts raw text input into a stream of tokens for parsing.
Structs
§
Lexer
Lexer for the Symbiont DSL
Token
Token with location information
Enums
§
Keyword
Keywords in the DSL
Token
Type
Token types recognized by the lexer