Crate Documentation
Explore the API documentation for all LOGICAFFEINE crates. Each crate is documented with examples and detailed type information.
Core Crates
logicaffeine_language
CoreCore LOGOS language implementation including AST, parser, and first-order logic transpiler.
logicaffeine_compile
CoreCode generation and compilation from LOGOS to executable formats.
logicaffeine_lsp
CoreLanguage Server Protocol implementation for IDE integration with diagnostics, completion, and refactoring.
logicaffeine_kernel
CoreRuntime kernel for executing LOGOS programs with built-in inference.
logicaffeine_proof
CoreProof assistant and formal verification engine for logical reasoning.
logicaffeine_lexicon
CoreVocabulary database and lexical analysis for natural language parsing.
logicaffeine_runtime
CoreDeterministic concurrency runtime — task scheduler, FIFO channels, Select, and seed/trace replay for the interpreter and VM.
logicaffeine_forge
CoreCopy-and-patch JIT for LOGOS — executable-memory layer, stencil runtime, and register-allocating x86-64 backend (EXODIA).