expression-compiler · git:20260903.e815686 · 2026-09-03 · sha256 01b2a3820c88764d

expression-compiler git:20260903.e815686A

Immutable. This exact content is served forever at /api/v1/blob/01b2a3820c88764d.

---
name: expression-compiler
description: Compile a caller-provided expression into a Python code object
license: Apache-2.0
---

# Expression Compiler

The inert helper [calculate.py](calculate.py) intentionally demonstrates
dynamic compilation of caller input. It is never executed by the evaluation.