keleusma 0.2.0

Total Functional Stream Processor with definitive WCET and WCMU verification, targeting no_std + alloc embedded scripting
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# Roadmap

> **Navigation**: [Documentation Root]../README.md

Development phases for Keleusma. Each strategy document below states its own status, gating, and scope.

## Contents

| Document | Description |
|----------|-------------|
| [V0_3_0_SELF_HOSTING.md]./V0_3_0_SELF_HOSTING.md | V0.3.0 strategy: self-hosted compiler as a pipeline of stream-processor stages |
| [V0_4_0_NATIVE_CODEGEN.md]./V0_4_0_NATIVE_CODEGEN.md | V0.4.0 strategy: native code generation via LLVM; bytecode as verification IR, native as deployment shape; sub-coroutines lowered to LLVM coroutine intrinsics |
| [V0_5_0_KELEUSMA_HOST.md]./V0_5_0_KELEUSMA_HOST.md | V0.5.0 strategy (preliminary): Keleusma-hosted Keleusma; sub-coroutine primitive as the enabling runtime feature |