axon-lang 4.7.0

AXON — the formal cognitive language: a deterministic, proof-carrying AI runtime. Native Rust lexer/parser/type-checker/IR generator (re-exported from axon-frontend) plus the runtime: typed channels (π-calculus mobility, capability extrusion), algebraic effects via Free Monad CPS handlers, lease kernel + reconcile loop, the Epistemic Security Kernel, Trust Types, Proof-Carrying Code (independently verifiable proof objects), and the closed-catalog extension mechanism. Crate publishes as `axon-lang`; library import is `use axon::*` so existing call sites keep working unchanged.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "T": "measurement.temperature.celsius",
  "V": {
    "reading_celsius": 23.5,
    "sensor_id": "Alpha-7"
  },
  "E": {
    "c": 0.87,
    "tau_start": "2026-05-03T14:00:00Z",
    "tau_end": "2026-05-03T15:00:00Z",
    "rho": "HVAC_Sensor_Unit_3",
    "delta": "aggregated"
  },
  "spec_name": "TempReading"
}