rgen-tool 0.1.0

rgen is a deterministic, language-agnostic code generation framework that treats software artifacts as projections of knowledge graphs.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# rgen calculus (v1)

State Σ = ⟨T,G,S,C,B,A,M,σ⟩.

Pipeline:
```
project = write ∘ render* ∘ matrix? ∘ bind? ∘ shape ∘ load
```

Laws:
- Determinism
- Idempotent write
- Precedence: CLI > SPARQL > defaults
- Matrix ORDER BY required